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:
parent
1c15e85986
commit
232e01bf8f
1 changed files with 2 additions and 4 deletions
|
@ -215,8 +215,7 @@
|
||||||
<li>
|
<li>
|
||||||
<button class="btn btn-neutral flex items-center gap-1" on:click={() => goto('/map')}>
|
<button class="btn btn-neutral flex items-center gap-1" on:click={() => goto('/map')}>
|
||||||
<Map class="w-5 h-5" />
|
<Map class="w-5 h-5" />
|
||||||
{$t('navbar.map')}</button
|
</button>
|
||||||
>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<button class="btn btn-neutral flex items-center gap-1" on:click={() => goto('/calendar')}
|
<button class="btn btn-neutral flex items-center gap-1" on:click={() => goto('/calendar')}
|
||||||
|
@ -255,8 +254,7 @@
|
||||||
</label>
|
</label>
|
||||||
<button on:click={searchGo} type="submit" class="btn btn-neutral flex items-center gap-1">
|
<button on:click={searchGo} type="submit" class="btn btn-neutral flex items-center gap-1">
|
||||||
<Magnify class="w-5 h-5" />
|
<Magnify class="w-5 h-5" />
|
||||||
{$t('navbar.search')}</button
|
</button>
|
||||||
>
|
|
||||||
</form>
|
</form>
|
||||||
{/if}
|
{/if}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue