From 8e25ba41f46a117ebec9fcb7bbe1abd6eff3b6ca Mon Sep 17 00:00:00 2001 From: Anna Baack <anna-lena.baack@uni-bielefeld.de> Date: Fri, 27 Sep 2024 19:23:03 +0000 Subject: [PATCH] Update file Feedback.tsx --- src/contents/Human Practices/Feedback.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contents/Human Practices/Feedback.tsx b/src/contents/Human Practices/Feedback.tsx index a2b20d41..a49d3982 100644 --- a/src/contents/Human Practices/Feedback.tsx +++ b/src/contents/Human Practices/Feedback.tsx @@ -31,10 +31,10 @@ 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> - <CollapsibleInfoBox open="false" title="See the full results of our surveys"> + <CollapsibleInfoBox open={false} title="See the full results of our surveys"> test </CollapsibleInfoBox> - <CollapsibleInfoBox open="true" title="See the full results of our surveys"> + <CollapsibleInfoBox open={true} title="See the full results of our surveys"> <div> <MostStressfulForRelativeatients/> <p>test</p> -- GitLab