mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
chore: 👥 Add Nyx Tutt to cool kids club
This commit is contained in:
parent
d0ad8a23a0
commit
bc82840c7f
2 changed files with 10 additions and 3 deletions
|
|
@ -77,6 +77,8 @@ const { account: author3 } = useAccountFromAcct(
|
|||
"lina@social.lysand.org",
|
||||
);
|
||||
|
||||
const { account: author4 } = useAccountFromAcct(client, "nyx@v.everypizza.im");
|
||||
|
||||
const open = ref(false);
|
||||
|
||||
useListen("preferences:open", () => {
|
||||
|
|
@ -144,6 +146,7 @@ useListen("preferences:open", () => {
|
|||
<TinyCard v-if="author1" :account="author1" domain="vs.cpluspatch.com" />
|
||||
<TinyCard v-if="author2" :account="author2" domain="social.lysand.org" />
|
||||
<TinyCard v-if="author3" :account="author3" domain="social.lysand.org" />
|
||||
<TinyCard v-if="author4" :account="author4" domain="v.everypizza.im" />
|
||||
</div>
|
||||
</section>
|
||||
<Separator />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue