From 911ce67d9fcbe99c3024202052f18459f7d17b92 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sun, 27 Apr 2025 16:03:16 +0200 Subject: [PATCH] Remove Invisible MapMarker This patch removes the map marker from the adventures list item of the main menu dropdown. It is not being rendered and given that all other elements do not have an icon, it is probably a remnant of old code and left by accident. --- frontend/src/lib/components/Navbar.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/lib/components/Navbar.svelte b/frontend/src/lib/components/Navbar.svelte index efa0fa6..66b0dd3 100644 --- a/frontend/src/lib/components/Navbar.svelte +++ b/frontend/src/lib/components/Navbar.svelte @@ -121,7 +121,6 @@ > {#if data.user}
  • -