Update discord link

This commit is contained in:
harderthanfire 2023-01-26 12:00:10 +00:00
parent dfca9379c3
commit a36e94a5a8
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -103,3 +103,4 @@ dist
# TernJS port file
.tern-port
package-lock.json

View File

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