From ddbf262912428f7e6cf0ca0c87309d249be32702 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 29 Oct 2024 11:55:40 +0100 Subject: [PATCH] fixed staff-snake --- src/Components/Map/UtopiaMap.css | 2 +- src/Utils/MarkerIconFactory.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/Map/UtopiaMap.css b/src/Components/Map/UtopiaMap.css index 70812368..389e3469 100644 --- a/src/Components/Map/UtopiaMap.css +++ b/src/Components/Map/UtopiaMap.css @@ -116,7 +116,7 @@ .staff-snake-icon { position: relative; - top: -36px; + top: -35px; left: 4px; width: 24px; } diff --git a/src/Utils/MarkerIconFactory.ts b/src/Utils/MarkerIconFactory.ts index 543dd459..31da6bf6 100644 --- a/src/Utils/MarkerIconFactory.ts +++ b/src/Utils/MarkerIconFactory.ts @@ -39,7 +39,7 @@ const addIcon = (icon: string) => { case "puzzle": return '' case "staff-snake": - return '' + return '' default: return ""; }