Skip to content

Commit

Permalink
added a post job button on the landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
toufiqfarhan0 committed Sep 12, 2024
1 parent eecb394 commit 4df4826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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
1 change: 1 addition & 0 deletions src/lib/constant/app.constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const navbar = [
{ id: 3, label: 'Internship', path: '/' },
{ id: 4, label: 'Testimonials', path: '/' },
{ id: 5, label: 'FAQs', path: '/' },
{ id: 6, label: 'Post a Job', path: APP_PATHS.POST_JOB },
];

export const socials: {
Expand Down

0 comments on commit 4df4826

Please sign in to comment.