We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3947476 commit 5c85a6cCopy full SHA for 5c85a6c
src/pages/index.astro
@@ -60,7 +60,7 @@ const projects = [
60
<div class="flex gap-4 mt-6 justify-center lg:justify-start">
61
{
62
socialNetworks.map(socialNetwork => (
63
- <a href={socialNetwork.url} class="text-grayblue-300 hover:text-blue-300 transition-transform hover:scale-110">
+ <a aria-label={socialNetwork.name} href={socialNetwork.url} class="text-grayblue-300 hover:text-blue-300 transition-transform hover:scale-110">
64
<div class="h-6 w-6">
65
<Fragment set:html={socialNetwork.image} />
66
</div>
0 commit comments