Skip to content

Commit

Permalink
fix(apps): cms - elab nav.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnycrich committed Jan 12, 2024
1 parent 4dd6e2e commit 1ef01df
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion apps/cms/admin/components/elab/CustomNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,32 @@ export function CustomNavigation({
const [appPath, setAppPath] = useState('');

const listGroups = new Map<string, { label: string; url: string }[]>([
// ['Initiatives', ['Landings', 'Studios']],
[
'About',
[
{
label: 'About The Lab',
url: '/abouts/cljzwcixj0008bnnlnk510xy8',
},
{
label: 'Mission & Values',
url: '/abouts/cljzw50t40000bnvzqqplvatp',
},
{
label: 'Our Approach',
url: '/abouts/cljzw9sea0002bnvzgkf1c5wk',
},
{
label: 'Jobs',
url: '/abouts/cljzwastb0004bnvzwxhoudqu',
},

{
label: 'Donate',
url: '/abouts/cljzwcixj0008bnvznk510xy8',
},
],
],
[
'Curriculum',
[
Expand Down

0 comments on commit 1ef01df

Please sign in to comment.