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