From cfa53af6145ceec3918e5186b7baeb398438aaf1 Mon Sep 17 00:00:00 2001 From: Isabell Alexandra Guckes <isabell.guckes@uni-bielefeld.de> Date: Wed, 25 Sep 2024 12:28:30 +0000 Subject: [PATCH] Update file drug-data.tsx --- src/data/drug-data.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/drug-data.tsx b/src/data/drug-data.tsx index 342bd1ce..28fd0ce0 100644 --- a/src/data/drug-data.tsx +++ b/src/data/drug-data.tsx @@ -1,7 +1,7 @@ export interface DrugDatensatz { name: string; - picture: string; + introduction: string; examples: Array<example>; @@ -9,7 +9,7 @@ export interface DrugDatensatz { interface example{ title: string, - text: string + text: "ystic fibrosis therapy means inevitably a complex and customized treatment plan for each patient. It consists of a range of components. These include medication such as CFTR modulators and antibiotics as well as inhalation therapy and mucolytics, physiotherapy, nutritional therapy and sports therapy. It is therefore essential that CF patients receive treatment at a specialist centre [1]. " } export const drugdata: (Array<DrugDatensatz>) = [ -- GitLab