From 092795d8e8e1c277bb0aafd9a0edc5c7b403cc75 Mon Sep 17 00:00:00 2001 From: Wind-Explorer Date: Wed, 31 Jul 2024 09:46:34 +0800 Subject: [PATCH] fixed footer & navbar --- client/src/components/NavigationBar.tsx | 4 ++-- client/src/layouts/default.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/components/NavigationBar.tsx b/client/src/components/NavigationBar.tsx index bc2f15c..0330764 100644 --- a/client/src/components/NavigationBar.tsx +++ b/client/src/components/NavigationBar.tsx @@ -54,8 +54,8 @@ export default function NavigationBar() {
diff --git a/client/src/layouts/default.tsx b/client/src/layouts/default.tsx index 4087eb4..cc7c2e9 100644 --- a/client/src/layouts/default.tsx +++ b/client/src/layouts/default.tsx @@ -6,8 +6,8 @@ import SiteFooter from "../components/SiteFooter"; export default function DefaultLayout() { return ( -
-
+
+