diff --git a/src/components/HorizontalTimeline.tsx b/src/components/HorizontalTimeline.tsx index f2af7bdc7ef4d1a7f7c8949d140c759f2f7b0d47..61587329df9bdae6161296bcde6367b7e2438151 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