diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-23 19:09:29 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-23 19:14:42 +0000 |
| commit | 8825af4b3b18c4cea3bf798496022d72f8188faa (patch) | |
| tree | e266c988fc28348ff94f5b181818e49ba17f9950 /src/components | |
| parent | 8790ecf93a87fd99ae383a9da666a38dc7f17437 (diff) | |
| download | personal-website-8825af4b3b18c4cea3bf798496022d72f8188faa.tar.gz personal-website-8825af4b3b18c4cea3bf798496022d72f8188faa.tar.bz2 personal-website-8825af4b3b18c4cea3bf798496022d72f8188faa.zip | |
Update contact usernames and add target="_blank" to contact links
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/contacts.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/components/contacts.json b/src/components/contacts.json index 8b9e562..313db1d 100644 --- a/src/components/contacts.json +++ b/src/components/contacts.json @@ -14,13 +14,13 @@ { "platform": "PayPal", "icon": "paypal", - "username": "alee14", + "username": "alee14498", "url": "https://paypal.me/alee14498" }, { "platform": "Discord", "icon": "discord", - "username": "alee", + "username": "Andrew Lee Projects", "url": "https://discord.alee14.me" }, { @@ -32,15 +32,15 @@ { "platform": "Mastodon", "icon": "mastodon", - "username": "@alee@mstdn.ca", + "username": "alee@mstdn.ca", "url": "https://mstdn.ca/@alee" }, { "platform": "X", - "comment": "yuck.", "icon": "x-twitter", - "username": "alee", - "url": "https://twitter.alee14.me" + "username": "Alee14498", + "url": "https://twitter.alee14.me", + "comment": "yuck." }, { "platform": "Instagram", |
