Skip to content

Commit

Permalink
Merge pull request #60 from nditc/rafsan
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
RafsanAmin authored Jan 24, 2025
2 parents c99e2bc + 68c88aa commit f5a48a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(main)/Components/Layout/Navbar/NavLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const NavLinkCont = ({
<NavLink href="/#contact">Contact</NavLink>

{windowWidth <= 1024 && (
<NavLink href="/developers">Developers</NavLink>
<NavLink href="/developer">Developers</NavLink>
)}
{/*
<li>
Expand Down

0 comments on commit f5a48a9

Please sign in to comment.