diff --git a/docs/.vitepress/config/index.ts b/docs/.vitepress/config/index.ts index 7e9840903..f2dbac515 100644 --- a/docs/.vitepress/config/index.ts +++ b/docs/.vitepress/config/index.ts @@ -32,7 +32,7 @@ export default defineConfig({ }, returnToTopLabel: "Наверх", socialLinks: [ - { icon: { svg: "Наш Telegram канал" }, link: "https://t.me/vuefaq" }, + { icon: { svg: "" }, link: "https://t.me/vuefaq" }, { icon: "github", link: "https://github.com/vuesence/vue-faq" }, { icon: { svg: "Star it!" }, link: "https://github.com/vuesence/vue-faq" }, ],