mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 06:49:37 +02:00
fix: Correct button closing tags in Navbar component for proper rendering
This commit is contained in:
parent
1c15e85986
commit
232e01bf8f
1 changed files with 2 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue