From 5c97ccad1d2f65ad4d2fd4a3732f75e0e057de9b Mon Sep 17 00:00:00 2001 From: ferrreo Date: Wed, 22 Feb 2023 18:22:22 +0000 Subject: [PATCH] Update discord link --- src/components/widgets/Footer.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/widgets/Footer.astro b/src/components/widgets/Footer.astro index 340ff47..c69c131 100644 --- a/src/components/widgets/Footer.astro +++ b/src/components/widgets/Footer.astro @@ -14,7 +14,7 @@ const links = [ ]; const social = [ - { label: 'Discord', icon: 'tabler:brand-discord', href: 'https://discord.gg/rHeXRK44Bx' }, + { label: 'Discord', icon: 'tabler:brand-discord', href: 'https://discord.gg/6HKR2YRvNg' }, { label: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/PikaOS-Linux' }, { label: 'Launchpad', icon: 'tabler:brand-ubuntu', href: 'https://launchpad.net/~pikaos' }, ];