Fix LightHouse SEO score (because an empty href)

This commit is contained in:
prototypa
2022-08-31 13:13:55 -04:00
parent 83e8852142
commit 7deb304087

View File

@ -188,7 +188,7 @@ const { } = Astro.props;
<span class="absolute inset-0 right-auto w-px -ml-px my-2 bg-gray-300 dark:bg-slate-600"
aria-hidden="true"></span>
<Icon name="tabler:arrow-right" class="w-5 h-5 text-blue-600 mx-3 flex-shrink-0" />
<Icon name="tabler:arrow-right" class="w-5 h-5 text-primary-600 mx-3 flex-shrink-0" />
</button>
</div>
</div>
@ -224,7 +224,7 @@ const { } = Astro.props;
</li>
<li class="ml-4">
<a class="flex justify-center items-center text-gray-600 hover:text-gray-700 bg-white hover:bg-white-100 rounded-full shadow transition duration-150 ease-in-out dark:bg-gray-800 dark:text-gray-400 p-1.5"
aria-label="Github" href="">
aria-label="Github" href="https://github.com/onwidget/astrowind">
<Icon name="tabler:brand-github" class="w-5 h-5" />
</a>
</li>