Skip to content

Commit

Permalink
updated menus for mobile-view
Browse files Browse the repository at this point in the history
  • Loading branch information
chaozhang-nci committed Sep 13, 2024
1 parent 0b971e9 commit 57f92d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/region/Header/Header-research.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ const Header = () => {
>
<a onClick={closeMenu} href="/about">{t('nav.about_subNav.about')}</a>
<a onClick={closeMenu} href="/about/eligibility">{t('nav.about_subNav.eligibility')}</a>
<a onClick={closeMenu} href="/about/news">{t('nav.about_subNav.news')}</a>
<a onClick={closeMenu} href="/about/studyprogress">{t('nav.about_subNav.studyprogress')}</a>

</ExpansionMenu>

<ExpansionMenu
Expand Down
1 change: 1 addition & 0 deletions src/components/region/Header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ const Header = () => {

{/* <a onClick={closeMenu} href="/about/research">{t('nav.research')}</a> */}
<a onClick={closeMenu} href="/about/news">{t('nav.about_subNav.news')}</a>
<a onClick={closeMenu} href="/about/studyprogress">{t('nav.about_subNav.studyprogress')}</a>
</ExpansionMenu>

<ExpansionMenu
Expand Down

0 comments on commit 57f92d7

Please sign in to comment.