diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-01-16 19:40:07 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-01-16 19:40:07 +0100 |
| commit | 9eb2343dd602afb9ddb8931b7a7a40bae9b4baae (patch) | |
| tree | ae9ea1bf1a9e78fa8714e53226b074197e48fc02 /src/lib/socials.json | |
| parent | refactor: change icon element from div to i (diff) | |
| download | pml68.dev-9eb2343dd602afb9ddb8931b7a7a40bae9b4baae.tar.gz | |
feat: add Telegram
Diffstat (limited to '')
| -rw-r--r-- | src/lib/socials.json | 4 |
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" } ] } |
