diff --git a/src/components/HorizontalTimeline.tsx b/src/components/HorizontalTimeline.tsx index 2712a6e05dd4943bc474e7adeb8d78812593934e..3fd6ced34556dac3d9efc233017ddafe5cad71fa 100644 --- a/src/components/HorizontalTimeline.tsx +++ b/src/components/HorizontalTimeline.tsx @@ -150,6 +150,15 @@ let data = [ tabid: "Eins", text: "Text", }, + { + title: "Deutlich längerer Titel zum Test", + pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg", + tag: "Langer langer TAgs", + color: "blue", + author: "author", + tabid: "Eins", + text: "Text", + }, { title: "Deutlich längerer Titel zum Test" , pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg", diff --git a/src/components/data/humanpractice.js b/src/components/data/humanpractice.js index ac5f33e166f9b64c7e3c58c377e13e23d7bf79da..942db6ec10c13d61f6714582ea96afa253a86c5d 100644 --- a/src/components/data/humanpractice.js +++ b/src/components/data/humanpractice.js @@ -8,6 +8,15 @@ export const HPdata = [ tabid: "Eins", text: "Text", }, + { + title: "Deutlich längerer Titel zum Test", + pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg", + tag: "Langer langer TAgs", + color: "blue", + author: "author", + tabid: "Eins", + text: "Text", + }, { title: "Deutlich längerer Titel zum Test" , pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg", diff --git a/src/contents/human-practices.tsx b/src/contents/human-practices.tsx index 49092dc431e2bdb650be9ae136e2472fb6913dbe..be18db81ca25f90c3560ac9509bb7ad31220b5fa 100644 --- a/src/contents/human-practices.tsx +++ b/src/contents/human-practices.tsx @@ -8,7 +8,6 @@ - Filter mit HalbkreisDing als Tabsteuerung | Einteilung nach Bereich (Academia, Insustry, ..., und auch nach Delivery und Mechanism) - DNA Strang als Timeline? */ - import { TimeHori } from "../components/HorizontalTimeline"; import { AllPopus } from "../components/HorizontalTimeline";