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>
|
||||||
<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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user