From 8f382d61a2c6111b8806701b5455b304615ed1e6 Mon Sep 17 00:00:00 2001 From: Farhan <144435177+toufiqfarhan0@users.noreply.github.com> Date: Tue, 17 Sep 2024 00:51:52 +0530 Subject: [PATCH] added a post job button on the landing page (#329) * added a post job button on the landing page * renamed to create job --------- Co-authored-by: Vineet Agarwal <91052168+VineeTagarwaL-code@users.noreply.github.com> --- src/config/path.config.ts | 1 + src/lib/constant/app.constant.ts | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/config/path.config.ts b/src/config/path.config.ts index 66371025..92e07034 100644 --- a/src/config/path.config.ts +++ b/src/config/path.config.ts @@ -1,5 +1,6 @@ const APP_PATHS = { HOME: '/', + POST_JOB: '/create', SIGNIN: '/signin', SIGNUP: '/signup', RESET_PASSWORD: '/reset-password', diff --git a/src/lib/constant/app.constant.ts b/src/lib/constant/app.constant.ts index 939b395d..c97c7d93 100644 --- a/src/lib/constant/app.constant.ts +++ b/src/lib/constant/app.constant.ts @@ -14,7 +14,8 @@ export const navbar = [ { id: 3, label: 'Internship', path: '/' }, { id: 4, label: 'Testimonials', path: '/' }, { id: 5, label: 'FAQs', path: '/' }, - { id: 6, label: 'Update Details', path: '/editDetails' }, + { id: 6, label: 'Post a Job', path: APP_PATHS.POST_JOB }, + ]; export const socials: {