From 9ce7d49ed9fb7f35be7f36ba24fe5b3a79a423fb Mon Sep 17 00:00:00 2001 From: PrinOrange Date: Mon, 15 Jan 2024 11:04:35 +0800 Subject: [PATCH] fix the site title margin --- components/utils/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/utils/NavBar.tsx b/components/utils/NavBar.tsx index 8b378ad..be42cdd 100644 --- a/components/utils/NavBar.tsx +++ b/components/utils/NavBar.tsx @@ -35,7 +35,7 @@ export const NavBar = () => { setIsSideNavOpen(open)}>
-

{Config.SiteTitle}

+

{Config.SiteTitle}

{MenuItems.map((menuItem) => (