From 29b7a8d78e2a74767279384781f2a1478250460e Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Mon, 29 Jul 2024 21:29:02 +0200 Subject: [PATCH] tabs --- src/components/HorizontalTimeline.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/HorizontalTimeline.tsx b/src/components/HorizontalTimeline.tsx index f2af7bdc..61587329 100644 --- a/src/components/HorizontalTimeline.tsx +++ b/src/components/HorizontalTimeline.tsx @@ -210,6 +210,14 @@ function TimeItem({tag, title, pic, author, tabid}: ItemProps){ tabid: "InvWeber", text: "Text", }, + { + title: "" , + pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg", + tag: "Academia", + author: "Mattijs Bulcaen", + tabid: "InvBulcaen1", + text: "Text", + } { title: "First Steps in LNP" , pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg", @@ -231,7 +239,7 @@ function TimeItem({tag, title, pic, author, tabid}: ItemProps){ pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg", tag: "Academia", author: "Mattijs Bulcaen", - tabid: "InvBulcaen", + tabid: "InvBulcaen2", text: "Text", } ] \ No newline at end of file -- GitLab