From be9dcc5b3e6b0c1cef798d25a690fcde28619539 Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Thu, 4 Jul 2024 17:47:24 +0200
Subject: [PATCH] changes

---
 src/components/HorizontalTimeline.tsx | 9 +++++++++
 src/components/data/humanpractice.js  | 9 +++++++++
 src/contents/human-practices.tsx      | 1 -
 3 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/src/components/HorizontalTimeline.tsx b/src/components/HorizontalTimeline.tsx
index 2712a6e0..3fd6ced3 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 ac5f33e1..942db6ec 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 49092dc4..be18db81 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";
 
-- 
GitLab