aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/socials.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/lib/socials.json b/src/lib/socials.json
index f87255d..ea4c1ab 100644
--- a/src/lib/socials.json
+++ b/src/lib/socials.json
@@ -2,19 +2,23 @@
"socials": [
{
"link": "https://github.com/pml68",
- "icon": "fa-github"
+ "icon": "fab fa-github"
},
{
"link": "https://dev.to/pml68",
- "icon": "fa-dev"
+ "icon": "fab fa-dev"
},
{
"link": "https://steamcommunity.com/id/nigmaballs",
- "icon": "fa-steam"
+ "icon": "fab fa-steam"
},
{
"link": "https://t.me/pml68_1",
- "icon": "fa-telegram"
+ "icon": "fab fa-telegram"
+ },
+ {
+ "link": "mailto:contact@pml68.me",
+ "icon": "fas fa-envelope"
}
]
}