From 7f60763e97cd6d5b1d3b95824aa08c165f795362 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Tue, 23 Sep 2025 15:41:17 +0200 Subject: feat: add sourcehut to socials --- src/lib/socials.json | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'src/lib/socials.json') diff --git a/src/lib/socials.json b/src/lib/socials.json index ea75d91..c6a4a55 100644 --- a/src/lib/socials.json +++ b/src/lib/socials.json @@ -1,24 +1,28 @@ { "socials": [ { - "link": "https://github.com/pml68", - "iconIndex": 0 + "name": "github", + "link": "https://github.com/pml68" }, { - "link": "https://dev.to/pml68", - "iconIndex": 1 + "name": "sourcehut", + "link": "https://sr.ht/~pml68" }, { - "link": "https://steamcommunity.com/id/nigmaballs", - "iconIndex": 2 + "name": "dev", + "link": "https://dev.to/pml68" }, { - "link": "https://t.me/pml68_1", - "iconIndex": 3 + "name": "steam", + "link": "https://steamcommunity.com/id/nigmaballs" }, { - "link": "mailto:contact@pml68.dev", - "iconIndex": 4 + "name": "telegram", + "link": "https://t.me/pml68_1" + }, + { + "name": "email", + "link": "mailto:contact@pml68.dev" } ] } -- cgit v1.2.3