fix: aprls socials

This commit is contained in:
April John 2024-05-02 04:18:21 +00:00 committed by GitHub
parent 94e5ac67f7
commit 1420bcddd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,6 +86,26 @@ const people = [
icon: "bxl:github", icon: "bxl:github",
url: "https://github.com/cutestnekoaqua", url: "https://github.com/cutestnekoaqua",
}, },
{
name: "Fediverse",
icon: "bxl:mastodon",
url: "https://donotsta.re/april",
},
{
name: "Lysand",
icon: "bx:server",
url: "https://social.lysand.org/@aprl",
},
{
name: "Matrix",
icon: "simple-icons:matrix",
url: "https://matrix.to/#/@aprl:uwu.is",
},
{
name: "Email",
icon: "bx:bxs-envelope",
url: "mailto:aprl@acab.dev",
},
], ],
}, },
]; ];