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' }, ];