From a6aef0e39ba747f877da2e5aa2041f1e0558d786 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 23 Jul 2024 10:46:22 +0100 Subject: [PATCH] feat: add `repos` to nav bar for easy access from any page --- src/lib/components/Navbar.svelte | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte index 19ec588..a2dca27 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -15,6 +15,7 @@