From 03442f63c338deef77d9f8f7ad33c2c3007fdc44 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Tue, 10 Sep 2024 18:27:45 +0200 Subject: [PATCH] comment --- src/components/data/steckbriefe.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/data/steckbriefe.ts b/src/components/data/steckbriefe.ts index 835d41fa..39f8b85d 100644 --- a/src/components/data/steckbriefe.ts +++ b/src/components/data/steckbriefe.ts @@ -1,4 +1,5 @@ interface Steckbrief{ + title?: string; /* Dr. oder Prof. oder so bei Jörn und so*/ vorname: string; nachname: string; linkedinurl?: string; -- GitLab