From 6acd3128d1958c3d44825bf009511aabf4f13fdb Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Tue, 10 Sep 2024 18:26:44 +0200
Subject: [PATCH] quick fix

---
 src/components/data/steckbriefe.ts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/data/steckbriefe.ts b/src/components/data/steckbriefe.ts
index 07931b14..835d41fa 100644
--- a/src/components/data/steckbriefe.ts
+++ b/src/components/data/steckbriefe.ts
@@ -1,8 +1,8 @@
 interface Steckbrief{
     vorname: string; 
     nachname: string; 
-    linkedin?: string; 
-    picture: string; 
+    linkedinurl?: string; 
+    pictureurl: string; 
     pronouns: string; 
     studiengang: string; 
     headof?: string; 
@@ -18,8 +18,8 @@ export const teammembers: Array<Steckbrief> = [
     {
         vorname: "Sinan", 
         nachname: "Zimmermann", 
-        linkedin: "string",
-        picture: "string",
+        linkedinurl: "string",
+        pictureurl: "string",
         pronouns: "string", 
         studiengang: "string", 
         igemjob: "string",
-- 
GitLab