diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-01-20 15:04:33 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-01-20 15:04:33 +0100 |
| commit | 59237821b6fcc7cb5265ad8710264ff42645bdf2 (patch) | |
| tree | 81e488f6a15c8593e8e8b60456295ecb653784ab /src/lib | |
| parent | feat: add actual projects (diff) | |
| download | pml68.dev-59237821b6fcc7cb5265ad8710264ff42645bdf2.tar.gz | |
feat: add email to contact options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/socials.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/lib/socials.json b/src/lib/socials.json index f87255d..ea4c1ab 100644 --- a/src/lib/socials.json +++ b/src/lib/socials.json @@ -2,19 +2,23 @@ "socials": [ { "link": "https://github.com/pml68", - "icon": "fa-github" + "icon": "fab fa-github" }, { "link": "https://dev.to/pml68", - "icon": "fa-dev" + "icon": "fab fa-dev" }, { "link": "https://steamcommunity.com/id/nigmaballs", - "icon": "fa-steam" + "icon": "fab fa-steam" }, { "link": "https://t.me/pml68_1", - "icon": "fa-telegram" + "icon": "fab fa-telegram" + }, + { + "link": "mailto:contact@pml68.me", + "icon": "fas fa-envelope" } ] } |
