mirror of
https://gitlab.com/moepoi/moepoi.dev.git
synced 2024-11-21 14:37:17 +01:00
Add description to social media component
This commit is contained in:
parent
9f0f9a631a
commit
757c30ff84
1 changed files with 8 additions and 8 deletions
|
@ -6,16 +6,16 @@
|
|||
</script>
|
||||
|
||||
<div class="mt-5 flex">
|
||||
<a class="mx-2" href="https://t.me/moepoi" target="_blank">
|
||||
<img class="w-8 h-8 text-white" src={telegram} alt="Telegram">
|
||||
<a class="mx-2" href="https://t.me/moepoi" target="_blank" aria-label="Telegram">
|
||||
<img class="w-8 h-8" src={telegram} alt="Telegram">
|
||||
</a>
|
||||
<a class="mx-2" href="https://moe.onl/@moepoi" target="_blank">
|
||||
<img class="w-8 h-8 text-white" src={mastodon} alt="Mastodon">
|
||||
<a class="mx-2" href="https://moe.onl/@moepoi" target="_blank" aria-label="Mastodon">
|
||||
<img class="w-8 h-8" src={mastodon} alt="Mastodon">
|
||||
</a>
|
||||
<a class="mx-2" href="https://github.com/moepoi" target="_blank">
|
||||
<img class="w-8 h-8 text-white" src={github} alt="GitHub">
|
||||
<a class="mx-2" href="https://github.com/moepoi" target="_blank" aria-label="GitHub">
|
||||
<img class="w-8 h-8" src={github} alt="GitHub">
|
||||
</a>
|
||||
<a class="mx-2" href="https://linkedin.com/in/moepoi" target="_blank">
|
||||
<img class="w-8 h-8 text-white" src={linkedin} alt="LinkedIn">
|
||||
<a class="mx-2" href="https://linkedin.com/in/moepoi" target="_blank" aria-label="LinkedIn">
|
||||
<img class="w-8 h-8" src={linkedin} alt="LinkedIn">
|
||||
</a>
|
||||
</div>
|
Loading…
Reference in a new issue