From 0bdd4bfb8813dd2df3f9e39f550240e8541bb9a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vera=20K=C3=B6hler?= <vera.koehler@uni-bielefeld.de> Date: Wed, 4 Dec 2024 13:19:41 +0000 Subject: [PATCH] hoffentlich funktioniert spendenknopf --- src/contents/Human Practices/Further Engagement/Outreach.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contents/Human Practices/Further Engagement/Outreach.tsx b/src/contents/Human Practices/Further Engagement/Outreach.tsx index a7dd353..b1240cb 100644 --- a/src/contents/Human Practices/Further Engagement/Outreach.tsx +++ b/src/contents/Human Practices/Further Engagement/Outreach.tsx @@ -70,8 +70,7 @@ export function HPOutreach(){ <a href="https://www.muko.info/"> Mukoviszidose e.V.</a>, the German Cystic Fibrosis Association, aimed at raising awareness and funds for Cystic Fibrosis research and support. This annual event encourages individuals and teams to engage in various physical activities, track their movement, and share their experiences online. </p> - <button>Donate</button> - </div> + <button onClick={() => window.location.href = "https://spenden.muko.info/"}>Donate</button> </div> <br/> <div className="row"> @@ -110,5 +109,6 @@ export function HPOutreach(){ <p>The MUKOmove was therefore a complete success, and we take pride in having contributed to the goal while raising more awareness for Cystic Fibrosis in our region and Germany as a whole.</p> </div> </div> + </div> ); } \ No newline at end of file -- GitLab