diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-02-27 18:42:16 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-02-27 18:42:16 +0100 |
| commit | 827732223f4b3fb2fb0769e68eada6dd1a8a94ac (patch) | |
| tree | 630a11e41a5f3a282268e4faebc32f075061a993 /src/lib | |
| parent | feat: drop Font Awesome, migrate to SVG icons (diff) | |
| download | pml68.dev-827732223f4b3fb2fb0769e68eada6dd1a8a94ac.tar.gz | |
fix: icons not displaying in build
Diffstat (limited to '')
| -rw-r--r-- | src/lib/socials.json | 10 |
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 } ] } |
