ui: Force navigation to home site when not connected

This commit is contained in:
nemunaire 2023-11-30 10:29:32 +01:00
parent f74ae05ec0
commit 4993244ba3
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@
<NavbarBrand
href="/"
style="padding: 0; margin: -.5rem 0;"
target={$userSession?undefined:"_self"}
>
<Logo />
</NavbarBrand>