From c4c618f780549de7deb67ad60366308cc2a52347 Mon Sep 17 00:00:00 2001
From: Anna Baack <anna-lena.baack@uni-bielefeld.de>
Date: Fri, 27 Sep 2024 19:20:05 +0000
Subject: [PATCH] Update file Feedback.tsx

---
 src/contents/Human Practices/Feedback.tsx | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/src/contents/Human Practices/Feedback.tsx b/src/contents/Human Practices/Feedback.tsx
index 7deacf2b..a2b20d41 100644
--- a/src/contents/Human Practices/Feedback.tsx	
+++ b/src/contents/Human Practices/Feedback.tsx	
@@ -1,7 +1,7 @@
 
-import { HowOftenTreatmentatients, MoreInfoOnTherapyBoth, OpenToGeneTherapyatients } from '../../components/Graph';
+import { HowOftenTreatmentatients, MoreInfoOnTherapyBoth, OpenToGeneTherapyatients,MostStressfulForRelativeatients } from '../../components/Graph';
 import { H4 } from '../../components/Headings';
-import { Collapsible } from "../../components/Collapsible";
+import { CollapsibleInfoBox } from "../../components/Collapsible";
 
 export function HPFeedback(){
 
@@ -31,9 +31,15 @@ export function HPFeedback(){
                 <p>Additionally, there’s a clear demand for more information, especially via platforms like TV, social media, and the internet. Targeted educational campaigns through these channels will be crucial to increase awareness and understanding, helping to build on the existing optimism and foster greater acceptance of gene therapy, like we do in our various public outreach efforts for science communication.</p>
             </div>
             <div>
-                <Collapsible title="See here the full results of the surveys">
-
-                </Collapsible>
+                <CollapsibleInfoBox open="false" title="See the full results of our surveys">
+                    test
+                </CollapsibleInfoBox>
+                <CollapsibleInfoBox open="true" title="See the full results of our surveys">
+                    <div>
+                        <MostStressfulForRelativeatients/>
+                        <p>test</p>
+                    </div>
+                </CollapsibleInfoBox>
             </div>
         </div>
     )
-- 
GitLab