diff --git a/components/navbar.tsx b/components/navbar.tsx index cf394ff..f956af3 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -25,7 +25,7 @@ const PageNavbar = ({ mobile }: { mobile: number }) => { {Links.links.map((item) => ( - + {item.name} ))} @@ -42,7 +42,7 @@ const PageNavbar = ({ mobile }: { mobile: number }) => { {Links.links.map((item) => ( - + ))}