From 49d4012e69349c95fce3779b9aa972a775d75a27 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Sun, 21 Jul 2024 23:03:00 +0200 Subject: [PATCH] fixed wc image --- src/Components/Profile/OverlayItemProfileSettings.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/Profile/OverlayItemProfileSettings.tsx b/src/Components/Profile/OverlayItemProfileSettings.tsx index c73c0a26..e0350ee4 100644 --- a/src/Components/Profile/OverlayItemProfileSettings.tsx +++ b/src/Components/Profile/OverlayItemProfileSettings.tsx @@ -76,13 +76,13 @@ export function OverlayItemProfileSettings({ userType }: { userType: string }) { case "wuerdekompass": setColor(item?.layer?.menuColor || "#1A5FB4"); setMarkerIcon("group"); - setImage("88930921-6076-4bdf-a5b2-241d6e7bc875") + setImage("59e6a346-d1ee-4767-9e42-fc720fb535c9") break; case "themenkompass": setColor("#26A269"); setMarkerIcon("group"); - setImage("88930921-6076-4bdf-a5b2-241d6e7bc875") + setImage("59e6a346-d1ee-4767-9e42-fc720fb535c9") break; case "liebevoll.jetzt":