Skip to content

Commit

Permalink
added a post job button on the landing page (#329)
Browse files Browse the repository at this point in the history
* added a post job button on the landing page

* renamed to create job

---------

Co-authored-by: Vineet Agarwal <[email protected]>
  • Loading branch information
toufiqfarhan0 and VineeTagarwaL-code authored Sep 16, 2024
1 parent 918b4a4 commit 8f382d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/config/path.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const APP_PATHS = {
HOME: '/',
POST_JOB: '/create',
SIGNIN: '/signin',
SIGNUP: '/signup',
RESET_PASSWORD: '/reset-password',
Expand Down
3 changes: 2 additions & 1 deletion src/lib/constant/app.constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 8f382d6

Please sign in to comment.