aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-01-16 19:40:07 +0100
committerpml68 <tutorialmester@gmail.com>2024-01-16 19:40:07 +0100
commit9eb2343dd602afb9ddb8931b7a7a40bae9b4baae (patch)
treeae9ea1bf1a9e78fa8714e53226b074197e48fc02
parentrefactor: change icon element from div to i (diff)
downloadpml68.dev-9eb2343dd602afb9ddb8931b7a7a40bae9b4baae.tar.gz
feat: add Telegram
-rw-r--r--src/lib/socials.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/socials.json b/src/lib/socials.json
index c5910d0..f87255d 100644
--- a/src/lib/socials.json
+++ b/src/lib/socials.json
@@ -11,6 +11,10 @@
{
"link": "https://steamcommunity.com/id/nigmaballs",
"icon": "fa-steam"
+ },
+ {
+ "link": "https://t.me/pml68_1",
+ "icon": "fa-telegram"
}
]
}