diff --git a/src/components/sections/Navbar.astro b/src/components/sections/Navbar.astro index 025e371..44e6297 100644 --- a/src/components/sections/Navbar.astro +++ b/src/components/sections/Navbar.astro @@ -132,7 +132,7 @@ import { navBarLinks } from "../../utils/navigation.ts"; > {navBarLinks.map(link => ( - + ))}