From 9a4992308b1f56fd8370c4fd574e2e20dcc692c8 Mon Sep 17 00:00:00 2001 From: Zakhar Timoshenko Date: Sat, 27 Jan 2024 22:38:04 +0300 Subject: [PATCH] Update icons --- .vitepress/config/index.ts | 6 ++---- .vitepress/theme/composables/social.ts | 9 +++++++-- website/icons.ts | 5 +---- 3 files changed, 10 insertions(+), 10 deletions(-) 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 = `