From 9029673cbac21e3435d24c6ea01df2298b8ab741 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Tue, 24 Sep 2024 15:16:09 +0200 Subject: [PATCH] tabbys weg --- src/contents/Contribution/BFH/bfh.tsx | 42 --------------------------- 1 file changed, 42 deletions(-) diff --git a/src/contents/Contribution/BFH/bfh.tsx b/src/contents/Contribution/BFH/bfh.tsx index dd074535..4fde0294 100644 --- a/src/contents/Contribution/BFH/bfh.tsx +++ b/src/contents/Contribution/BFH/bfh.tsx @@ -37,45 +37,3 @@ export function MeetUP(){ </Section> ) } - -let tabbys = [ - { - node: <BFHpdf></BFHpdf>, - cssname: "pdf", - buttonname: "PDFs", - visibility: "block" - }, - { - node: <BFHTimeline></BFHTimeline>, - cssname: "timeline", - buttonname: "Timeline", - visibility: "none" - }, - { - node: <><H2 text="Guideline" id="guideH"></H2> <GuidePDF></GuidePDF></>, - cssname: "guide", - buttonname: "Guide", - visibility: "none" - }, - { - node: <> <H2 text="Gallery" id="gallH"></H2> <BFHGallery/></>, - cssname: "gall", - buttonname: "Gallery", - visibility: "none" - }, - { - node: <About/>, - cssname: "about", - buttonname: "About", - visibility: "none" - - }, - { - node: <PosterGallery/>, - cssname: "posters", - buttonname: "Poster", - visibility: "none" - } - - ] - \ No newline at end of file -- GitLab