diff --git a/.gitignore b/.gitignore index 3a9cca3..edda0f8 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,4 @@ dist # TernJS port file .tern-port +package-lock.json diff --git a/src/components/widgets/Footer.astro b/src/components/widgets/Footer.astro index 2c38999..be59864 100644 --- a/src/components/widgets/Footer.astro +++ b/src/components/widgets/Footer.astro @@ -13,7 +13,7 @@ const links = [ ]; const social = [ - { label: 'Discord', icon: 'tabler:brand-discord', href: 'https://discord.gg/aGR4YFCB' }, + { label: 'Discord', icon: 'tabler:brand-discord', href: 'https://discord.gg/rHeXRK44Bx' }, { label: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/PikaOS-Linux' }, { label: 'Launchpad', icon: 'tabler:brand-ubuntu', href: 'https://launchpad.net/~pikaos' }, ];