From 88f1261ca62e5e5147c595542cd2672cd48dae23 Mon Sep 17 00:00:00 2001 From: PrinOrange Date: Sat, 6 Jan 2024 15:02:41 +0800 Subject: [PATCH] Reorganized night mode, search and menu buttons --- components/utils/NavBar.tsx | 82 +++++++++++++++++-------------------- 1 file changed, 37 insertions(+), 45 deletions(-) diff --git a/components/utils/NavBar.tsx b/components/utils/NavBar.tsx index 907ca8c..fb750d3 100644 --- a/components/utils/NavBar.tsx +++ b/components/utils/NavBar.tsx @@ -33,10 +33,10 @@ export const NavBar = () => { return ( setIsSideNavOpen(open)}> - + ))} + + ); };