From 711d809cf682c5313fc983aadddd146d1acf4a66 Mon Sep 17 00:00:00 2001 From: Sebastian Stein Date: Wed, 10 Jul 2024 13:36:52 +0200 Subject: [PATCH] - remove dummy data from profile --- src/Components/Profile/OverlayItemProfile.tsx | 27 ++----------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/src/Components/Profile/OverlayItemProfile.tsx b/src/Components/Profile/OverlayItemProfile.tsx index 7abf12c7..0c592882 100644 --- a/src/Components/Profile/OverlayItemProfile.tsx +++ b/src/Components/Profile/OverlayItemProfile.tsx @@ -273,29 +273,6 @@ export function OverlayItemProfile() { navigate("/"); } - const d = { - groupName: "Gruppe Berlin-Britz", - location: "🇩🇪 12347 Berlin", - country: "Berlin, Deutschland", - countryCode: "de", - contact: { - name: "Lisa Mustermann", - email: "lisa.mustermann@gmx.de", - avatarSrc: "https://cdn.prod.website-files.com/65c0d5530322d3f6f5f86099/65c0d5530322d3f6f5f86781_Andr%C3%A9.jpg" // optional - }, - description: "Unsere KulturArche, ein historischer Frachtsegler...", - relations: [ - { - title: "KulturArche EALA", - description: "Durchaus beeindruckt von der Ethik und der Arbeit...", - imageSrc: "https://cdn.prod.website-files.com/65c0d5530322d3f6f5f86099/65c0d5530322d3f6f5f86767_IMG_20190302_173147.jpg" - }, - // Add more projects as needed - ], - url: window.location.href, - title: "Gruppe Berlin-Britz" - }; - const typeMapping = { 'default': 'Würdekompass', 'themenkompass': 'Themenkompass-Gruppe', @@ -317,8 +294,8 @@ export function OverlayItemProfile() {