From 9a36e4ec242166320994b90b91798c55699130b5 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 8 May 2023 15:38:27 +0200 Subject: [PATCH] feat: show active link in navbar --- frontend/src/routes/nav/Navigation.svelte | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/frontend/src/routes/nav/Navigation.svelte b/frontend/src/routes/nav/Navigation.svelte index b2f43b1..8dab8ad 100644 --- a/frontend/src/routes/nav/Navigation.svelte +++ b/frontend/src/routes/nav/Navigation.svelte @@ -1,4 +1,5 @@