diff --git a/components/Team.vue b/components/Team.vue index da995aa..5c87218 100644 --- a/components/Team.vue +++ b/components/Team.vue @@ -86,7 +86,27 @@ const people = [ icon: "bxl:github", 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", + }, ], }, ]; - \ No newline at end of file +