mirror of
https://github.com/Nutomic/ibis.git
synced 2024-12-05 02:41:08 +00:00
Icon links to homepage
This commit is contained in:
parent
8ee1cc7bd6
commit
215db859f1
1 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,9 @@ pub fn Nav() -> impl IntoView {
|
|||
class="menu dropdown-content p-2 max-sm:rounded-box max-sm:z-[1] max-sm:shadow md:h-full"
|
||||
>
|
||||
<Transition>
|
||||
<img src="/logo.png" class="m-auto max-sm:hidden" />
|
||||
<a href="/">
|
||||
<img src="/logo.png" class="m-auto max-sm:hidden" />
|
||||
</a>
|
||||
<h1 class="px-4 py-2 text-3xl font-bold font-serif sm:hidden">
|
||||
{CLIENT.hostname.clone()}
|
||||
</h1>
|
||||
|
|
Loading…
Reference in a new issue