From 1b49e5f1773f1d430e4ea30f0a165fc84e45fcd5 Mon Sep 17 00:00:00 2001 From: chark1es Date: Wed, 4 Dec 2024 23:34:14 -0800 Subject: [PATCH] fix height rendering bug --- src/components/Navbar.astro | 54 +++++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 23 deletions(-) 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