feat(nav): add emoji icons to all nav components

Renders emoji icons in MobileTabBar (stacked above label),
TabletNavBar (inline), and DesktopSidebar (16px, 20px column).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-02 14:03:53 +02:00
parent 4bd020fa16
commit 5c066d33ef
6 changed files with 22 additions and 11 deletions

View File

@@ -32,6 +32,7 @@
? 'bg-[var(--green-tint)] text-[var(--green-dark)] font-medium'
: ''}"
>
<span class="w-[20px] text-[16px] text-center">{item.icon}</span>
{item.label}
</a>
{/each}