From 1420bcddd87e92460f8920c53da882c38f0bd3ff Mon Sep 17 00:00:00 2001 From: April John <30842467+CutestNekoAqua@users.noreply.github.com> Date: Thu, 2 May 2024 04:18:21 +0000 Subject: [PATCH] fix: aprls socials --- components/Team.vue | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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 +