From b90b03128d2fbd85ea176528d83748d61f58e9ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vera=20K=C3=B6hler?= <vera.koehler@uni-bielefeld.de> Date: Fri, 27 Sep 2024 19:31:12 +0000 Subject: [PATCH] Update file results.tsx --- src/contents/results.tsx | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/contents/results.tsx b/src/contents/results.tsx index 25bfd27b..e02a8b56 100644 --- a/src/contents/results.tsx +++ b/src/contents/results.tsx @@ -3,6 +3,7 @@ import { H4 } from "../components/Headings"; import { LoremMedium } from "../components/Loremipsum"; import { Section, Subesction } from "../components/sections"; import { useTabNavigation } from "../utils/TabNavigation"; +import { H5 } from "../components/Headings"; export function Results() { @@ -82,12 +83,20 @@ export function Results() { <H4 text="Conclusion "/> <LoremMedium/> </Subesction> - <Subesction title="LNP Synthesis " id="Experimental Design3"> - <H4 text="Goals"/> + <Subesction title="Delivery System" id="Experimental Design3"> + <H4 text="Cayman LNP"/> <p></p> - <H4 text="Workflow"/> + <H5 text="Transfection"/> + <H5 text="FACS"/> + <H5 text="Zetapotential"/> + <H5 text="Dynamic Light Scattering (DLS)"/> + <H5 text="Scanning electron microscopy (SEM)"/> + <H5 text="cryo-TEM"/> <p></p> - <H4 text="Conclusion "/> + <H4 text="Corden LNP"/> + + <p></p> + <H4 text="AirBuddy"/> <LoremMedium/> </Subesction> <Subesction title="Cellculture " id="Experimental Design4"> -- GitLab