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 "";
}