diff --git a/src/contents/Contribution/safety-contribution.tsx b/src/contents/Contribution/safety-contribution.tsx index f85ded937f9e141612276dd5a50f9de5207db502..8b9fd7115db47413986c438aa79c97aa3b494e25 100644 --- a/src/contents/Contribution/safety-contribution.tsx +++ b/src/contents/Contribution/safety-contribution.tsx @@ -5,9 +5,14 @@ import { Section } from "../../components/sections"; export function SafetyContribution(){ 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"/> </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