Skip to content

Commit

Permalink
Update Header.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Jan 2, 2024
1 parent d71df19 commit 5abe511
Showing 1 changed file with 15 additions and 20 deletions.
35 changes: 15 additions & 20 deletions src/components/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,21 @@ const Header = ({ location, disableSearch }) => {
to: '/combos',
label: strings.combos,
},
{
key: 'header_distributions',
to: '/distributions',
label: strings.header_distributions,
},
{
key: 'header_records',
to: '/records',
label: strings.header_records,
},
{
key: 'header_scenarios',
to: '/scenarios',
label: strings.header_scenarios,
},
{
key: 'header_api',
to: '/api-keys',
Expand All @@ -285,26 +300,6 @@ const Header = ({ location, disableSearch }) => {

const drawerPages = [
...navbarPages,
{
key: 'header_distributions',
to: '/distributions',
label: strings.header_distributions,
},
{
key: 'header_records',
to: '/records',
label: strings.header_records,
},
{
key: 'header_meta',
to: '/meta',
label: strings.header_meta,
},
{
key: 'header_scenarios',
to: '/scenarios',
label: strings.header_scenarios,
},
];

return (
Expand Down

0 comments on commit 5abe511

Please sign in to comment.