refactor: optimize lighthouse score

This commit is contained in:
Kim, Jimin 2023-06-29 16:31:43 +09:00
parent b4e57579d0
commit b05f555438

View file

@ -80,16 +80,36 @@
</i> </i>
<div class="socials-and-profiles"> <div class="socials-and-profiles">
<a class={SocialProfile} target="_blank" href="https://github.com/developomp"> <a
class={SocialProfile}
target="_blank"
href="https://github.com/developomp"
aria-label="GitHub link"
>
<GitHub /> <GitHub />
</a> </a>
<a class={SocialProfile} target="_blank" href="https://twitter.com/developomp"> <a
class={SocialProfile}
target="_blank"
href="https://twitter.com/developomp"
aria-label="Twitter link"
>
<Twitter /> <Twitter />
</a> </a>
<a class={SocialProfile} target="_blank" href="https://mastodon.social/@developomp"> <a
class={SocialProfile}
target="_blank"
href="https://mastodon.social/@developomp"
aria-label="Mastodon link"
>
<Mastodon /> <Mastodon />
</a> </a>
<a class={SocialProfile} target="_blank" href="https://youtube.com/@developomp"> <a
class={SocialProfile}
target="_blank"
href="https://youtube.com/@developomp"
aria-label="YouTube link"
>
<YouTube /> <YouTube />
</a> </a>
</div> </div>