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