From 8cc9005782532e8c207250c83048f882675d1356 Mon Sep 17 00:00:00 2001 From: eelkus01 <130937420+eelkus01@users.noreply.github.com> Date: Thu, 30 May 2024 16:08:37 -0400 Subject: [PATCH] fixed style issue on navbar (right before it switched to responsive, part of title was getting hidden, so I fixed it) --- client/src/components/nav/NavBar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/nav/NavBar.tsx b/client/src/components/nav/NavBar.tsx index ef308d01c..6b81980b7 100644 --- a/client/src/components/nav/NavBar.tsx +++ b/client/src/components/nav/NavBar.tsx @@ -41,14 +41,13 @@ function NavBar() { {/* BELOW IS FOR STANDARD NAVBAR */} - {/* REPLACE WITH STAR LOGO */} + {/* REPLACE WITH STAR LOGO */} + {/* Page links below */} {/* REPLACE WITH STAR LOGO */} + {/* REPLACE WITH STAR LOGO */}