Add description to social media component

This commit is contained in:
Moe Poi ~ 2024-03-27 01:59:26 +07:00
parent 9f0f9a631a
commit 757c30ff84
Signed by: moepoi
GPG key ID: EADBACA726DD4853

View file

@ -6,16 +6,16 @@
</script> </script>
<div class="mt-5 flex"> <div class="mt-5 flex">
<a class="mx-2" href="https://t.me/moepoi" target="_blank"> <a class="mx-2" href="https://t.me/moepoi" target="_blank" aria-label="Telegram">
<img class="w-8 h-8 text-white" src={telegram} alt="Telegram"> <img class="w-8 h-8" src={telegram} alt="Telegram">
</a> </a>
<a class="mx-2" href="https://moe.onl/@moepoi" target="_blank"> <a class="mx-2" href="https://moe.onl/@moepoi" target="_blank" aria-label="Mastodon">
<img class="w-8 h-8 text-white" src={mastodon} alt="Mastodon"> <img class="w-8 h-8" src={mastodon} alt="Mastodon">
</a> </a>
<a class="mx-2" href="https://github.com/moepoi" target="_blank"> <a class="mx-2" href="https://github.com/moepoi" target="_blank" aria-label="GitHub">
<img class="w-8 h-8 text-white" src={github} alt="GitHub"> <img class="w-8 h-8" src={github} alt="GitHub">
</a> </a>
<a class="mx-2" href="https://linkedin.com/in/moepoi" target="_blank"> <a class="mx-2" href="https://linkedin.com/in/moepoi" target="_blank" aria-label="LinkedIn">
<img class="w-8 h-8 text-white" src={linkedin} alt="LinkedIn"> <img class="w-8 h-8" src={linkedin} alt="LinkedIn">
</a> </a>
</div> </div>