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:
parent
56bbbb0ffb
commit
911ce67d9f
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@
|
|||
>
|
||||
{#if data.user}
|
||||
<li>
|
||||
<MapMarker />
|
||||
<button on:click={() => goto('/adventures')}>{$t('navbar.adventures')}</button>
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue