Skip to content

Commit

Permalink
disable telegram /X
Browse files Browse the repository at this point in the history
  • Loading branch information
r0hitm committed Oct 19, 2024
1 parent cadb0ad commit e179739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const SOCIALS: SocialObjects = [
name: "X",
href: "https://x.com/_r0hitm",
linkTitle: `X (Twitter)`,
active: true,
active: false,
},
{
name: "Twitch",
Expand Down Expand Up @@ -136,7 +136,7 @@ export const SOCIALS: SocialObjects = [
name: "Telegram",
href: "https://t.me/avatar_hiro",
linkTitle: `Send me text on Telegram`,
active: true,
active: false,
},
{
name: "Mastodon",
Expand Down

0 comments on commit e179739

Please sign in to comment.