diff --git a/src/components/NavBar.svelte b/src/components/NavBar.svelte index 331042dea..44b9ffdde 100644 --- a/src/components/NavBar.svelte +++ b/src/components/NavBar.svelte @@ -65,16 +65,14 @@ -
-
- { - if ($page.url.pathname !== '/') { - goto('/') - } - }} - /> -
+
+ { + if ($page.url.pathname !== '/') { + goto('/') + } + }} + />