From cf577557d89b916cab74b965821c215def132476 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Mon, 25 Nov 2024 03:45:21 -0800 Subject: [PATCH] Update Navbar and constants Remove commented out code in Navbar.astro and update ROADMAP_URL constant in constants.ts to point to the new GitHub roadmap project. --- src/components/Navbar.astro | 6 +----- src/constants.ts | 3 +-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 6d9c108..3f8cb5b 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -35,10 +35,6 @@ import ThemeSelect from './ThemeSelect.astro'; Docs - +