feat(dashboard): add lfk icon and app name to mobile nav bar

This commit is contained in:
Philipp Dormann 2024-11-21 10:24:23 +01:00
parent 38fb111f7a
commit 6bb49db4ee
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -382,7 +382,7 @@
</div> </div>
<div class="ml-0 transition md:ml-60"> <div class="ml-0 transition md:ml-60">
<header <header
class="flex items-center justify-between w-full px-4 bg-white border-b h-14 md:hidden" class="flex items-center w-full px-4 bg-white border-b h-14 md:hidden"
> >
<button <button
on:click={() => { on:click={() => {
@ -395,6 +395,10 @@
</svg> </svg>
</button </button
> >
<span class="inline-block">
<img src="/lfk-logo.png" alt="Logo" class="h-8 inline-block" />
<span class="text-lg font-bold">LfK!Admin</span>
</span>
</header> </header>
<Toaster position="top-right" /> <Toaster position="top-right" />
<slot> <slot>