diff --git a/src/data/drug-data.tsx b/src/data/drug-data.tsx
index 342bd1ce5db8fa0f7ae7a914580b2d6f9d78dab8..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>)  = [