diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-02-27 18:12:53 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-02-27 18:12:53 +0100 |
| commit | 844ae572caf03d19c36e5be54074a92e8b468f87 (patch) | |
| tree | e1c0d57861c4444e4404637460a41fc9c7ed10c6 /src/lib/socials.json | |
| parent | chore: update packages (diff) | |
| download | pml68.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.json | 10 |
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" } ] } |
