From aa16f8cc08fb49150792da2ebcda9a8439e733d4 Mon Sep 17 00:00:00 2001 From: Isabell Alexandra Guckes <isabell.guckes@uni-bielefeld.de> Date: Wed, 25 Sep 2024 18:07:50 +0000 Subject: [PATCH] Update 2 files - /src/contents/description.tsx - /src/data/drug-data.tsx --- src/contents/description.tsx | 2 +- src/data/drug-data.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/contents/description.tsx b/src/contents/description.tsx index 30bef973..d48ff08b 100644 --- a/src/contents/description.tsx +++ b/src/contents/description.tsx @@ -116,7 +116,7 @@ export function Description() { <ButtonRowTabs data={medibuttonrowdata} cla="symptabs"/> </Collapsible> <H2 text="The future of CF treatment with gene therapy"></H2> - <p> While mentioned medications have improved the quality of life for numerous CF patients, they only manage symptoms rather than cure the disease. Moreover, most of them are expensive and not world-wide accessible. Our research is focused on the development of a gene therapy that targets the underlying cause of CF by correcting the defective CFTR gene. PreCyse aims to halt disease progression and reduce the treatment burden for patients."</p> + <p> While mentioned medications have improved the quality of life for numerous CF patients, they only manage symptoms rather than cure the disease. Moreover, most of them are expensive and not world-wide accessible. Our research is focused on the development of a gene therapy that targets the underlying cause of CF by correcting the defective CFTR gene. <PreCyse/> aims to halt disease progression and reduce the treatment burden for patients."</p> <img src="https://static.igem.wiki/teams/5247/charts-maps/cfper10-000.png"/> </Subesction> </Section> diff --git a/src/data/drug-data.tsx b/src/data/drug-data.tsx index 67149686..3be90a46 100644 --- a/src/data/drug-data.tsx +++ b/src/data/drug-data.tsx @@ -4,6 +4,7 @@ export interface DrugDatensatz { picture: string; introduction: string; examples: Array<example>; + } -- GitLab