1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-22 22:39:36 +02:00

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.
This commit is contained in:
Lars Kiesow 2025-04-27 16:03:16 +02:00
parent 56bbbb0ffb
commit 911ce67d9f
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73

View file

@ -121,7 +121,6 @@
>
{#if data.user}
<li>
<MapMarker />
<button on:click={() => goto('/adventures')}>{$t('navbar.adventures')}</button>
</li>
<li>