Skip to content
Snippets Groups Projects
Commit 6acd3128 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

quick fix

parent e4e8e3f4
No related branches found
No related tags found
No related merge requests found
Pipeline #417728 passed with warnings
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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment