feat(dashboard): add lfk icon and app name to mobile nav bar
This commit is contained in:
parent
38fb111f7a
commit
6bb49db4ee
@ -382,7 +382,7 @@
|
||||
</div>
|
||||
<div class="ml-0 transition md:ml-60">
|
||||
<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
|
||||
on:click={() => {
|
||||
@ -395,6 +395,10 @@
|
||||
</svg>
|
||||
</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>
|
||||
<Toaster position="top-right" />
|
||||
<slot>
|
||||
|
Loading…
x
Reference in New Issue
Block a user