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

fix: Correct button closing tags in Navbar component for proper rendering

This commit is contained in:
Sean Morley 2025-02-20 14:53:05 -05:00
parent 1c15e85986
commit 232e01bf8f

View file

@ -215,8 +215,7 @@
<li>
<button class="btn btn-neutral flex items-center gap-1" on:click={() => goto('/map')}>
<Map class="w-5 h-5" />
{$t('navbar.map')}</button
>
</button>
</li>
<li>
<button class="btn btn-neutral flex items-center gap-1" on:click={() => goto('/calendar')}
@ -255,8 +254,7 @@
</label>
<button on:click={searchGo} type="submit" class="btn btn-neutral flex items-center gap-1">
<Magnify class="w-5 h-5" />
{$t('navbar.search')}</button
>
</button>
</form>
{/if}
</ul>