From d0e8864590946c755fc2b1cd09b88558ec522d08 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Wed, 25 Sep 2024 20:39:49 +0200 Subject: [PATCH] id --- src/contents/description.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contents/description.tsx b/src/contents/description.tsx index 3b26afdd..d0fcd108 100644 --- a/src/contents/description.tsx +++ b/src/contents/description.tsx @@ -545,7 +545,7 @@ function createSymptomSteckbrief(data: SymptomDatensatz){ } return( <div> - <H4 id={`${data.name}-btn`} text={stringToSlug(data.name)}/> + <H4 text={`${data.name}-btn`} id={stringToSlug(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 id={`${data.name}-btn`} text={stringToSlug(data.name)}/> + <H4 text={`${data.name}-btn`} id={stringToSlug(data.name)}/> <div className="row"> <div className="col-2"> <div className="symptom-img-wrapper"> -- GitLab