Browse Source

fix: fix link to Discord in header

friedger-patch-7
PanFrontend 4 years ago
committed by Patrick Gray
parent
commit
a79251d7b0
  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