From 3e6c95455f9b09e9a5806dfa7faa6caf0516f741 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Tue, 1 Oct 2024 18:20:41 +0200 Subject: [PATCH] education --- src/components/HP-timeline.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HP-timeline.tsx b/src/components/HP-timeline.tsx index a7ebda54..df01c221 100644 --- a/src/components/HP-timeline.tsx +++ b/src/components/HP-timeline.tsx @@ -47,7 +47,7 @@ export function HPTimeline(){ buttonname: "Milestones", cssname: "Milestone" }, - { + /* { node: <TimeHori tab="Education" ></TimeHori>, buttonname: "Education", cssname: "Education" @@ -56,7 +56,7 @@ export function HPTimeline(){ node: <TimeHori tab="Outreach" ></TimeHori>, buttonname: "Outreach", cssname: "Outreach" - } + } */ ] -- GitLab