feat: update tags on social links

This commit is contained in:
Sebin Nyshkim 2024-02-06 21:11:54 +01:00
parent 372f900546
commit f3a9a7495f

View file

@ -78,7 +78,8 @@ const noHello = ref(false)
href="https://twitter.com/SebinNyshkim" href="https://twitter.com/SebinNyshkim"
:icon="Twitter" :icon="Twitter"
style="--color: #1da1f2" style="--color: #1da1f2"
/> :tags="['phasing out']"
/>
<IconLink <IconLink
title="Reddit" title="Reddit"
href="https://www.reddit.com/user/SebinNyshkim" href="https://www.reddit.com/user/SebinNyshkim"
@ -143,7 +144,8 @@ const noHello = ref(false)
href="https://matrix.to/#/@SebinNyshkim:chat.sebin-nyshkim.net" href="https://matrix.to/#/@SebinNyshkim:chat.sebin-nyshkim.net"
:icon="Matrix" :icon="Matrix"
style="--color: #fff" style="--color: #fff"
/> :tags="['oops, I broke it']"
/>
</IconLinkList> </IconLinkList>
</template> </template>