diff --git a/src/contents/description.tsx b/src/contents/description.tsx index 30bef973871b8a49468b5a87bb2c172dd475b3a4..d48ff08ba2a16b4b844c52c7f31f1944dccc0b61 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 67149686b9fdd2621d8e93ca1bcfce1d8dbeae95..3be90a4696cf4e2413d6a95b1bce1d7bf656df22 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>; + }