Skip to content

Commit

Permalink
Merge pull request #1606 from jirokobadev/feature/show-bridge-on-mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
sameepsi authored Nov 11, 2024
2 parents c177f32 + e33cdde commit 7526d77
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 7526d77

Please sign in to comment.