From 3ca7261f1d16776e73efadb874079a755951bf05 Mon Sep 17 00:00:00 2001 From: asal sahami <asalsahami22@gmail.com> Date: Wed, 18 Sep 2024 17:43:08 +0200 Subject: [PATCH] muko --- src/contents/human-practices.tsx | 4 ++-- src/headers/safe-h.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/contents/human-practices.tsx b/src/contents/human-practices.tsx index 40d7fe16..c18ff8d7 100644 --- a/src/contents/human-practices.tsx +++ b/src/contents/human-practices.tsx @@ -238,14 +238,14 @@ export function HumanPractices() { </div> </div> <div id="waffle sale" className="cycletab" style={{display: "none"}}></div> - <div id="mukomove" className="cycletab" style={{display: "none"}}> + <div id="MUKOmove" className="cycletab" style={{display: "none"}}> <H2 id="cf-month" text="Cystic fibrosis awareness month"/> <div className="row"> <div className="full-small col-3"> <img className="max400" src="https://static.igem.wiki/teams/5247/photos/for-wiki-texts/po-mukomove/wir-plakat-mukomove.jpeg"></img> </div> <div className="col"> - <h3>What is MUKOMOVE?</h3> + <h3>What is MUKOmove?</h3> <p>As part of the cystic fibrosis awareness month May, we took part in this year's <a href="https://www.muko.info/mukomove">MUKOmove</a> from May 8th to May 12th under the team name iGEM Bielefeld. MUKOmove is a participatory sports initiative organized by <a href="https://www.muko.info/"> Mukoviszidose e.V.</a>, the German Cystic Fibrosis Association, aimed at raising awareness and funds diff --git a/src/headers/safe-h.tsx b/src/headers/safe-h.tsx index 7fd95eda..f24c29bf 100644 --- a/src/headers/safe-h.tsx +++ b/src/headers/safe-h.tsx @@ -1,7 +1,7 @@ export function SAFEH() { return ( - <HeaderBox title="Safety"> + <HeaderBox title="Biosafety"> </HeaderBox> ); -- GitLab