aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/lib/components/Navigation.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/lib/components/Navigation.svelte')
-rw-r--r--app/src/lib/components/Navigation.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/lib/components/Navigation.svelte b/app/src/lib/components/Navigation.svelte
index 084782a..8bfb98f 100644
--- a/app/src/lib/components/Navigation.svelte
+++ b/app/src/lib/components/Navigation.svelte
@@ -34,7 +34,7 @@
{/if}
</svelte:fragment>
<AppRailAnchor
- href="{base}/"
+ href="{base}"
selected={$page.url.pathname === base}
on:click={drawerClose}
title="Homepage"