From ffeecf064ac04379c0c0f532b48c03daac3e3f0e Mon Sep 17 00:00:00 2001 From: PanFrontend Date: Sun, 11 Jul 2021 18:50:42 +0000 Subject: [PATCH] fix: fix link to Discord in header --- src/components/header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/header.tsx b/src/components/header.tsx index 9e97eaba..265a6dd9 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -78,7 +78,7 @@ const nav: NavItem[] = [ }, { label: 'Discord', - href: 'https://discord.com/invite/6PcCMU', + href: 'https://discord.gg/zrvWsQC', }, ], },