aboutsummaryrefslogtreecommitdiffstats
path: root/app/src
diff options
context:
space:
mode:
Diffstat (limited to 'app/src')
-rw-r--r--app/src/lib/svelte/Navigation.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/lib/svelte/Navigation.svelte b/app/src/lib/svelte/Navigation.svelte
index 231ae04..2e5ba98 100644
--- a/app/src/lib/svelte/Navigation.svelte
+++ b/app/src/lib/svelte/Navigation.svelte
@@ -24,7 +24,7 @@
<AppRail>
<svelte:fragment slot="lead">
{#if menu}
- <AppRailAnchor on:click={drawerClose} title="Close Menu" value={0}>
+ <AppRailAnchor on:click={drawerClose} title="Close Menu" value={0} href="javascript:;">
<svelte:fragment slot="lead">
<Icon icon={menuIcon} width="25" />
</svelte:fragment>