diff --git a/src/Components/Map/UtopiaMap.css b/src/Components/Map/UtopiaMap.css
index f5755349..70812368 100644
--- a/src/Components/Map/UtopiaMap.css
+++ b/src/Components/Map/UtopiaMap.css
@@ -114,6 +114,12 @@
width: 24px;
}
+ .staff-snake-icon {
+ position: relative;
+ top: -36px;
+ left: 4px;
+ width: 24px;
+ }
.leaflet-popup-scrolled {
overflow-x: hidden;
diff --git a/src/Utils/MarkerIconFactory.ts b/src/Utils/MarkerIconFactory.ts
index 341335f0..543dd459 100644
--- a/src/Utils/MarkerIconFactory.ts
+++ b/src/Utils/MarkerIconFactory.ts
@@ -38,6 +38,8 @@ const addIcon = (icon: string) => {
return ''
case "puzzle":
return ''
+ case "staff-snake":
+ return ''
default:
return "";
}