Browse Source

fix: fix link to Discord in header

feat/running-mainnet
PanFrontend 4 years ago
committed by Patrick Gray
parent
commit
ffeecf064a
  1. 2
      src/components/header.tsx

2
src/components/header.tsx

@ -78,7 +78,7 @@ const nav: NavItem[] = [
},
{
label: 'Discord',
href: 'https://discord.com/invite/6PcCMU',
href: 'https://discord.gg/zrvWsQC',
},
],
},

Loading…
Cancel
Save