From 381f6534304aac50208ecb5eacd0a4955bece274 Mon Sep 17 00:00:00 2001 From: Shawn Wang Date: Sun, 27 Oct 2024 03:35:40 +0800 Subject: [PATCH] add telegram info --- src/config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.ts b/src/config.ts index a3c27b0..1105031 100644 --- a/src/config.ts +++ b/src/config.ts @@ -141,7 +141,7 @@ export const SOCIALS: SocialObjects = [ name: "Discord", href: "https://discord.com/channels/1279413624531718154/1279413976685477969", linkTitle: `${SITE.title} on Discord`, - active: true, + active: false, }, { name: "GitLab", @@ -169,9 +169,9 @@ export const SOCIALS: SocialObjects = [ }, { name: "Telegram", - href: "https://github.com/satnaing/astro-paper", + href: "https://t.me/+PQGfF2IkjlYxOTA1", linkTitle: `${SITE.title} on Telegram`, - active: false, + active: true, }, { name: "Mastodon",