From 18e4cb213bc1e6df5f44f3aaca04309bd4a46254 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Wed, 25 Sep 2024 20:50:57 +0200 Subject: [PATCH] isi --- src/contents/description.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/contents/description.tsx b/src/contents/description.tsx index b9b3a839..bbfc3a94 100644 --- a/src/contents/description.tsx +++ b/src/contents/description.tsx @@ -539,13 +539,13 @@ function createSymptomSteckbrief(data: SymptomDatensatz){ examplelist.push( <div className="drug"> <H4 text={data.subsections[index].title}/> - <p>{data.subsections[index].text}</p> + <ul>{absaetze}</ul> </div> ) } return( <div> - <H4 text={`${data.name}-btn`} id={stringToSlug(data.name)}/> + <H4 id={`${data.name}-btn`} text={data.name}/> <div className="row"> <div className="col-2"> <div className="symptom-img-wrapper"> @@ -585,7 +585,7 @@ function createDrugSteckbrief(data: DrugDatensatz){ } return( <div> - <H4 text={`${data.name}-btn`} id={stringToSlug(data.name)}/> + <H4 id={`${data.name}-btn`} text={data.name}/> <div className="row"> <div className="col-2"> <div className="symptom-img-wrapper"> -- GitLab