From aaabc67ca67b567337a4d218ac1d38f05f973355 Mon Sep 17 00:00:00 2001 From: zakirali05 <109236535+zakirali05@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:44:23 +0530 Subject: [PATCH] issue:#230 solved projects link is opening in new tab --- src/components/Header.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Header.jsx b/src/components/Header.jsx index 7cbd930..141874a 100644 --- a/src/components/Header.jsx +++ b/src/components/Header.jsx @@ -68,10 +68,10 @@ function MoonIcon(props) { ) } -function MobileNavItem({ href, children }) { +function MobileNavItem({ href, children}) { return (