🔮 Reduces flash size

This commit is contained in:
Rune Harlyk
2024-06-04 17:24:12 +02:00
committed by Rune Harlyk
parent b560aacd7f
commit a7efb274b8
5 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -186,7 +186,7 @@
on:click={() => setActiveMenuItem('')}
>
<img src={logo} alt="Logo" class="h-12 w-12" />
<h1 class="px-4 text-2xl font-bold">{$page.data.appName}</h1>
<h1 class="px-4 text-2xl font-bold">{appName}</h1>
</a>
<ul class="menu rounded-box menu-vertical flex-nowrap overflow-y-auto">
{#each menuItems as menuItem, i (menuItem.title)}