fix: 🚑 remove mistakes introduced by find and replace on developer handles
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 2m6s
Deploy to GitHub Pages / build (push) Failing after 2m0s
Deploy to GitHub Pages / deploy (push) Has been skipped
Docker / build (push) Failing after 25s
Mirror to Codeberg / Mirror (push) Failing after 0s

This commit is contained in:
aprilthepink 2025-02-05 20:35:04 +01:00
parent 223d8b7870
commit c70d56abde

View file

@ -24,13 +24,13 @@ export const useConfig = () => {
"I am the Senate", "I am the Senate",
], ],
DEVELOPER_HANDLES: [ DEVELOPER_HANDLES: [
"jessew@beta.versia.social", "jessew@social.lysand.org",
"jessew@beta.versia.social", "jessew@beta.versia.social",
"jessew@versia.social", "jessew@versia.social",
"aprl@beta.versia.social", "aprl@social.lysand.org",
"aprl@beta.versia.social", "aprl@beta.versia.social",
"aprl@versia.social", "aprl@versia.social",
"graphite@beta.versia.social", "graphite@social.lysand.org",
"jessew@mk.cpluspatch.com", "jessew@mk.cpluspatch.com",
"graphite@shonk.phite.ro", "graphite@shonk.phite.ro",
], ],