Skip to content

Commit

Permalink
add telegram info
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn111 committed Oct 26, 2024
1 parent 49eed05 commit 381f653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 381f653

Please sign in to comment.