From 5abe511d66d0ebf340a30026b651966470a70669 Mon Sep 17 00:00:00 2001 From: Howard Chung Date: Tue, 2 Jan 2024 03:39:32 -0800 Subject: [PATCH] Update Header.jsx --- src/components/Header/Header.jsx | 35 ++++++++++++++------------------ 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/src/components/Header/Header.jsx b/src/components/Header/Header.jsx index 1aa5841d4f..f8e4ffc832 100644 --- a/src/components/Header/Header.jsx +++ b/src/components/Header/Header.jsx @@ -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', @@ -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 (