Skip to content

Commit

Permalink
fix: correct mobile navigation URL issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Somnus22 committed Oct 25, 2024
1 parent 85a4ef9 commit b4c284b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nav/MobileNav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const mobileMenuLinks: NavLink[] = [
childPaths: [
{
title: "Make a Request",
path: "/request",
path: "/apply",
imgUrl:
"https://workfromhomebucket.s3.ap-southeast-2.amazonaws.com/Nav/new-request-simu.png",
},
Expand Down

0 comments on commit b4c284b

Please sign in to comment.