Merge branch 'main' of github.com:lysand-org/docs

This commit is contained in:
Jesse Wierzbinski 2024-05-01 18:21:17 -10:00
commit 4f412a2e32
No known key found for this signature in database

View file

@ -86,7 +86,27 @@ 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",
},
], ],
}, },
]; ];
</script> </script>