diff --git a/src/contents/Human Practices/Further Engagement/Outreach.tsx b/src/contents/Human Practices/Further Engagement/Outreach.tsx index a7dd3539a11cd60e15b1af161a170584f12dfec6..b1240cbe09f078ea5534284b76f60fa833407f6d 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