From 574d732eae7f12f964b2e996a39a00bbfa88f1ab Mon Sep 17 00:00:00 2001 From: purple Date: Fri, 29 Dec 2023 01:03:48 +0100 Subject: [PATCH] fix(tiny mistake) --- resources/scripts/components/NavigationBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/scripts/components/NavigationBar.tsx b/resources/scripts/components/NavigationBar.tsx index 2be49b4..99f9c6a 100644 --- a/resources/scripts/components/NavigationBar.tsx +++ b/resources/scripts/components/NavigationBar.tsx @@ -50,8 +50,8 @@ export default () => { }; return ( -
+
@@ -93,7 +93,7 @@ export default () => {
+
- ); };