diff --git a/src/data/drug-data.tsx b/src/data/drug-data.tsx index f390e6022c0e39058eb2df021995d0a012764549..28fd0ce0efef0b739c64ecfd60ecdaa9d6bf97ec 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>) = [ @@ -20,7 +20,7 @@ export const drugdata: (Array<DrugDatensatz>) = [ examples: [ { title: "", - text: "string" + text: "test" }, { title: "",