From 820508d80910d59f957268569f37686690f23118 Mon Sep 17 00:00:00 2001 From: asal sahami <asalsahami22@gmail.com> Date: Wed, 18 Sep 2024 17:18:36 +0200 Subject: [PATCH] waffel --- src/contents/human-practices.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/contents/human-practices.tsx b/src/contents/human-practices.tsx index 4280b394..40d7fe16 100644 --- a/src/contents/human-practices.tsx +++ b/src/contents/human-practices.tsx @@ -214,6 +214,9 @@ export function HumanPractices() { <div className="col"> <ButtonOne text="Schüler*innen Akademie" open="akademie"></ButtonOne> </div> + <div className="col"> + <ButtonOne text="waffel sale" open="waffel sale"></ButtonOne> + </div> </div> <div id="overview" className="cycletab" style={{display: "block"}}> <H2 id="edu-out-heading" text="Our education and outreach"/> @@ -234,6 +237,7 @@ export function HumanPractices() { </div> </div> </div> + <div id="waffle sale" className="cycletab" style={{display: "none"}}></div> <div id="mukomove" className="cycletab" style={{display: "none"}}> <H2 id="cf-month" text="Cystic fibrosis awareness month"/> <div className="row"> -- GitLab