diff --git a/.vitepress/config/index.ts b/.vitepress/config/index.ts index 3a943a2..1490ceb 100644 --- a/.vitepress/config/index.ts +++ b/.vitepress/config/index.ts @@ -66,10 +66,8 @@ export default defineConfigWithTheme({ }, socialLinks: [ - { - icon: { svg: telegram }, - link: 'https://t.me/kotatsuapp', - }, + { icon: { svg: telegram }, link: 'https://t.me/kotatsuapp' }, + { icon: 'discord', link: 'https://discord.gg/NNJ5RgVBC5' }, { icon: 'github', link: 'https://github.com/KotatsuApp/Kotatsu' }, ], diff --git a/.vitepress/theme/composables/social.ts b/.vitepress/theme/composables/social.ts index f294d42..133d740 100644 --- a/.vitepress/theme/composables/social.ts +++ b/.vitepress/theme/composables/social.ts @@ -2,11 +2,16 @@ export const socialList = { github: { title: 'GitHub', link: 'https://github.com/KotatsuApp', - icon: 'GitHub', + icon: '', + }, + discord: { + title: 'Discord', + link: 'https://discord.gg/NNJ5RgVBC5', + icon: '', }, telegram: { title: 'Telegram', link: 'https://t.me/kotatsuapp', - icon: '', + icon: '', }, } \ No newline at end of file diff --git a/website/icons.ts b/website/icons.ts index a689ce2..041e836 100644 --- a/website/icons.ts +++ b/website/icons.ts @@ -1,7 +1,4 @@ -const telegram = ` - - -` +const telegram = `` const fdroid = `