Add navbar home button
This commit is contained in:
parent
2959599ced
commit
06c9074278
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
<div class="drawer-side z-10">
|
||||
<label for="nav-drawer" aria-label="close sidebar" class="drawer-overlay"></label>
|
||||
<ul class="menu bg-base-100 text-base min-h-full w-80 p-4">
|
||||
<li class="mb-4">
|
||||
<a class="btn btn-ghost text-xl" href="/">LibreCharge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
onclick={() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue