diff --git a/src/contents/description.tsx b/src/contents/description.tsx index b9b3a839904d3e5568120e1fc8382ec6e0671461..bbfc3a944c984507ba8181f074038afbe49fe696 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">