From b26e511a68167d4600bc19c4018d4697b3386a55 Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de>
Date: Wed, 25 Sep 2024 22:02:17 +0200
Subject: [PATCH] bsp

---
 src/data/symptom-data.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/data/symptom-data.tsx b/src/data/symptom-data.tsx
index 69c6e3e4..48bf1d42 100644
--- a/src/data/symptom-data.tsx
+++ b/src/data/symptom-data.tsx
@@ -15,7 +15,7 @@ export const symptomdata: (Array<SymptomDatensatz>)  = [
     {//da kommen jetzt folgende Organe: Pancreas, Intestines, Liver, Sexual glands, Lungs, Skeletal System, Skin, Nose, Brain/Mental Health , Bilder müssen noch angepasst werden
         name: "Pancreas",
       //  picture: "https://static.igem.wiki/teams/5247/scientific-figures/organs-together-normal.svg",
-        introduction: "Located behind the stomach in the back abdominal cavity [1]","Responsible for neutralizing stomach acid, production of hormones (like Insulin) and digestion enzymes [1]","Clogging caused by CF, so that products of the pancreatic gland can not be distributed [2]","pancreatic insufficiency due to CF can lead to malnutrition [3], digestive problems and abdominal pain [4], CF-associated diabetes [5]","Treatment options include nutritional therapy and supplementation of pancreatic enzymes [6]",
+        introduction: ["Located behind the stomach in the back abdominal cavity [1]","Responsible for neutralizing stomach acid, production of hormones (like Insulin) and digestion enzymes [1]","Clogging caused by CF, so that products of the pancreatic gland can not be distributed [2]","pancreatic insufficiency due to CF can lead to malnutrition [3], digestive problems and abdominal pain [4], CF-associated diabetes [5]","Treatment options include nutritional therapy and supplementation of pancreatic enzymes [6]",]
     },
     { 
         name: "Intestines", 
-- 
GitLab