Skip to content
Snippets Groups Projects
Commit b2e851b7 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files
parents 1c483f0e 41824759
No related branches found
No related tags found
No related merge requests found
Pipeline #498925 failed
No preview for this file type
......@@ -138,7 +138,7 @@
height: 10px; /* Adjust the height for mobile screens */
}
/***contribution***/
/***engineering***/
.col-2{
width: 50% !important;
......
No preview for this file type
......@@ -5,7 +5,7 @@ import { Section, Subesction } from "../components/sections";
import { useTabNavigation } from "../utils/TabNavigation";
import { H5 } from "../components/Headings";
import { useNavigation } from "../utils";
import { PDF } from "../components/Pdfs";
import { DownloadLink } from "../components/Buttons";
export function Results() {
......@@ -123,7 +123,8 @@ export function Results() {
</Subesction >
</Section>
<Section title="Supplementary Material" id="Supplementary Material">
<PDF link="https://static.igem.wiki/teams/5247/pdfs/raw-data-patch-clamp.pdf" name="https://static.igem.wiki/teams/5247/pdfs/raw-data-patch-clamp.pdf" />
<p>Supplementary Material for Patch Clamp</p>
<DownloadLink url="https://static.igem.wiki/teams/5247/pdfs/raw-data-patch-clamp.pdf" fileName="raw-data-patch-clamp.pdf" />
</Section>
</>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment