From 4f459ef65371bfbee2a02f6e8afcab025607a7db Mon Sep 17 00:00:00 2001 From: essss Date: Fri, 22 Nov 2024 16:49:30 +0200 Subject: [PATCH] update spaces and comments --- suncityla/app/components/NavbarToggle.tsx | 4 +--- suncityla/app/globals.css | 10 ---------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/suncityla/app/components/NavbarToggle.tsx b/suncityla/app/components/NavbarToggle.tsx index 66f55fd..7f3aee5 100644 --- a/suncityla/app/components/NavbarToggle.tsx +++ b/suncityla/app/components/NavbarToggle.tsx @@ -14,7 +14,7 @@ export default function NavbarToggle({ session }: { session: Session | null }) {
SunCityLA
- +
- {/* Links Section */}
- {/* if admin is logged in or not */} {/* if admin is logged in, show sign out button and dashboard link */} {session?.user ? ( diff --git a/suncityla/app/globals.css b/suncityla/app/globals.css index e32c39b..690a6d8 100644 --- a/suncityla/app/globals.css +++ b/suncityla/app/globals.css @@ -95,16 +95,6 @@ footer{ } - - - - - - - - - - @layer base { :root { --background: 0 0% 100%;