From 82e3bad3df88c4264452583d6bc3eb0ff33dca4c Mon Sep 17 00:00:00 2001 From: vaporvee Date: Mon, 5 Feb 2024 21:53:32 +0100 Subject: [PATCH] added highlighter in tag --- src/components/Navbar.astro | 82 ++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 43 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index ab1f1b6..30034d9 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -1,52 +1,48 @@ --- const routes = { - Home: "/", - Projects: "/projects", - Tutorials: "/tutorials", - Docs: "/docs", - Blog: "/blog", + Home: "/", + Projects: "/projects", + Tutorials: "/tutorials", + Docs: "/docs", + Blog: "/blog", }; import "../styles/navbar.scss"; ---
- +
+ + +