Skip to content

Commit

Permalink
fixing bridge menu issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jirokobadev committed Nov 5, 2024
1 parent 2f81e0b commit e33cdde
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,14 @@ const Header: React.FC<{ onUpdateNewsletter: (val: boolean) => void }> = ({
id: 'dragons-page-link',
});
}
menuItems.push({
link: '/bridge',
text: t('Bridge'),
id: 'bridge-page-link',
});

if (isSupportedNetwork)
menuItems.push({
link: '/bridge',
text: t('Bridge'),
id: 'bridge-page-link',
});

if (showGamingHub) {
menuItems.push({
link: '/gamehub',
Expand Down

0 comments on commit e33cdde

Please sign in to comment.