Skip to content

Commit

Permalink
added the createPage and cleared the conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ameerjafar committed Sep 13, 2024
1 parent f642425 commit b7b762d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/lib/constant/app.constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ import APP_PATHS from '@/config/path.config';
export const GITHUB_REPO = 'https://github.com/code100x/job-board';
export const navbar = [
{ id: 1, label: 'Jobs', path: APP_PATHS.JOBS },
{ id: 2, label: 'create Jobs', path: '/create' },
{
id: 2,
id: 3,
label: 'Manage',
path: APP_PATHS.MANAGE_JOBS,
roleRequired: 'ADMIN',
},
// todo: add actual path
{ id: 3, label: 'Internship', path: '/' },
{ id: 4, label: 'Testimonials', path: '/' },
{ id: 5, label: 'FAQs', path: '/' },
{ id: 4, label: 'Internship', path: '/' },
{ id: 5, label: 'Testimonials', path: '/' },
{ id: 6, label: 'FAQs', path: '/' },
];

export const socials: {
Expand Down

0 comments on commit b7b762d

Please sign in to comment.