From 9440516e0a5c2d248581afbd9eedd972ab5d6891 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sun, 12 May 2024 21:45:42 -0700 Subject: [PATCH] style: change the look of navbar indicators --- src/lib/components/Navbar/Navbar.svelte | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/lib/components/Navbar/Navbar.svelte b/src/lib/components/Navbar/Navbar.svelte index b9d15ae..b415f63 100644 --- a/src/lib/components/Navbar/Navbar.svelte +++ b/src/lib/components/Navbar/Navbar.svelte @@ -21,9 +21,7 @@ } } - onMount(() => { - return navigating.subscribe(updateCurrent) - }) + onMount(() => navigating.subscribe(updateCurrent))