Skip to content

Commit

Permalink
feat: temporarily remove cwc section (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anish-Sarawgi authored Jan 30, 2023
1 parent d35d1bc commit fc1975d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion client/src/components/marginals/DesktopNavbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const DesktopNavbar = () => {
href={path}
passHref
>
<Typography variant='h2' className={`${classes.menu}`}>
<Typography variant='h3' className={`${classes.menu}`}>
{name}
</Typography>
</Link>
Expand Down
20 changes: 10 additions & 10 deletions client/src/utils/getRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ const CATEGORIES = [
subCategoryIds: [21, 22, 23, 24],
},
{
name: 'DD & CWC',
name: "Director's Desk",
shortName: LINKS.CATEGORIES.DDCWC.split('/')[1],
path: LINKS.CATEGORIES.DDCWC,
asyncRoutePath: './Category',
idNumber: 3,
exact: true,
subCategoryIds: [31, 32],
subCategoryIds: [31],
},
{
name: 'Career',
Expand Down Expand Up @@ -174,14 +174,14 @@ const DDCWC = [
idNumber: 31,
exact: true,
},
{
name: "Chief Warden's Column",
shortName: LINKS.SUB_CATEGORIES.DDCWC.CHIEF_WARDENS_DESK.split('/')[2],
path: LINKS.SUB_CATEGORIES.DDCWC.CHIEF_WARDENS_DESK,
asyncRoutePath: './SubCategory',
idNumber: 32,
exact: true,
},
// {
// name: "Chief Warden's Column",
// shortName: LINKS.SUB_CATEGORIES.DDCWC.CHIEF_WARDENS_DESK.split('/')[2],
// path: LINKS.SUB_CATEGORIES.DDCWC.CHIEF_WARDENS_DESK,
// asyncRoutePath: './SubCategory',
// idNumber: 32,
// exact: true,
// },
];

// ========================= CAREER =========================
Expand Down

0 comments on commit fc1975d

Please sign in to comment.