aboutsummaryrefslogtreecommitdiff
path: root/src/lib/socials.json
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-02-27 18:12:53 +0100
committerpml68 <tutorialmester@gmail.com>2024-02-27 18:12:53 +0100
commit844ae572caf03d19c36e5be54074a92e8b468f87 (patch)
treee1c0d57861c4444e4404637460a41fc9c7ed10c6 /src/lib/socials.json
parentchore: update packages (diff)
downloadpml68.dev-844ae572caf03d19c36e5be54074a92e8b468f87.tar.gz
feat: drop Font Awesome, migrate to SVG icons
Diffstat (limited to 'src/lib/socials.json')
-rw-r--r--src/lib/socials.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/socials.json b/src/lib/socials.json
index ea4c1ab..208a115 100644
--- a/src/lib/socials.json
+++ b/src/lib/socials.json
@@ -2,23 +2,23 @@
"socials": [
{
"link": "https://github.com/pml68",
- "icon": "fab fa-github"
+ "icon": "Github"
},
{
"link": "https://dev.to/pml68",
- "icon": "fab fa-dev"
+ "icon": "Dev"
},
{
"link": "https://steamcommunity.com/id/nigmaballs",
- "icon": "fab fa-steam"
+ "icon": "Steam"
},
{
"link": "https://t.me/pml68_1",
- "icon": "fab fa-telegram"
+ "icon": "Telegram"
},
{
"link": "mailto:contact@pml68.me",
- "icon": "fas fa-envelope"
+ "icon": "Envelope"
}
]
}