diff options
| author | Fuwn <[email protected]> | 2024-03-17 07:33:35 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-17 07:33:35 -0700 |
| commit | f49c7ab76307f0e9b8af86722ccb43ef17e1f8cf (patch) | |
| tree | 14f66391713ad41ac56966b8bd1b4f3e7ab8b080 | |
| parent | src(footer): update copyright date (diff) | |
| download | locus-f49c7ab76307f0e9b8af86722ccb43ef17e1f8cf.tar.xz locus-f49c7ab76307f0e9b8af86722ccb43ef17e1f8cf.zip | |
feat(contacts): remove social media
| -rw-r--r-- | content/json/contacts.json | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/content/json/contacts.json b/content/json/contacts.json index 62d5c6d..b387821 100644 --- a/content/json/contacts.json +++ b/content/json/contacts.json @@ -1,11 +1,6 @@ { - "Social Media": { - "GitHub": "https://github.com/Fuwn", - "GitLab": "https://gitlab.com/Fuwn", - "Discord": "https://discord.com/users/fun#1337", - "Twitter": "https://twitter.com/Fuwnr", - "YouTube": "https://youtube.com/Fuwnr", - "Matrix": "https://matrix.to/#/@fuwn:matrix.org" + "Other": { + "GitHub": "https://github.com/Fuwn" }, "Email": { "[email protected]": "mailto:[email protected]" |