aboutsummaryrefslogtreecommitdiff
path: root/src/lib/socials.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 208a115..16ebb5f 100644
--- a/src/lib/socials.json
+++ b/src/lib/socials.json
@@ -2,23 +2,23 @@
"socials": [
{
"link": "https://github.com/pml68",
- "icon": "Github"
+ "iconIndex": 0
},
{
"link": "https://dev.to/pml68",
- "icon": "Dev"
+ "iconIndex": 1
},
{
"link": "https://steamcommunity.com/id/nigmaballs",
- "icon": "Steam"
+ "iconIndex": 2
},
{
"link": "https://t.me/pml68_1",
- "icon": "Telegram"
+ "iconIndex": 3
},
{
"link": "mailto:contact@pml68.me",
- "icon": "Envelope"
+ "iconIndex": 4
}
]
}