Skip to content
Snippets Groups Projects
Commit cfad379a authored by Asal Sahami Moghaddam's avatar Asal Sahami Moghaddam
Browse files
parents be0dfc2b 6a791d87
No related branches found
No related tags found
No related merge requests found
Pipeline #479961 failed
...@@ -5,9 +5,14 @@ import { Section } from "../../components/sections"; ...@@ -5,9 +5,14 @@ import { Section } from "../../components/sections";
export function SafetyContribution(){ export function SafetyContribution(){
return( return(
<Section title="Safety Guidelines" id="Safety Guidelines"> <>
<Section title="Patient Consent Form" id="Patient Consent Form" >
<PDF link="https://static.igem.wiki/teams/5247/pdfs/patienteneinwilligung-mustervorlage-igem.pdf" name="patienteneinwilligung-mustervorlage-igem.pdf"/> <PDF link="https://static.igem.wiki/teams/5247/pdfs/patienteneinwilligung-mustervorlage-igem.pdf" name="patienteneinwilligung-mustervorlage-igem.pdf"/>
</Section> </Section>
<Section title="Primary Culture Safety Guidelines" id="Safety Guidelines">
<PDF link="https://static.igem.wiki/teams/5247/pdfs/primary-culture-guideline.pdf" name="primary-culture-guideline.pdf"/>
</Section>
</>
) )
} }
\ No newline at end of file
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