diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 54e8261..22510d2 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -4,28 +4,36 @@ import pages from "../data/pages.json"; ---
-
-
-
- IEEE UCSD Logo -
+
+
+
+ IEEE UCSD Logo +
-
- { - pages.map((page) => ( - - {page.name} - - )) - } -
-
-
+
+ { + pages.map((page) => ( + + {page.name} + + )) + } +
+
+
- \ No newline at end of file