From b4c284bf1649dc92e10f4c9408880a7c48444787 Mon Sep 17 00:00:00 2001 From: Elliot Tan <83326039+Somnus22@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:35:43 +0800 Subject: [PATCH] fix: correct mobile navigation URL issues --- src/components/nav/MobileNav/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/nav/MobileNav/index.tsx b/src/components/nav/MobileNav/index.tsx index 67f07d0..3ffcccd 100644 --- a/src/components/nav/MobileNav/index.tsx +++ b/src/components/nav/MobileNav/index.tsx @@ -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", },