style(footer): add aria-label attribute to link for accessibility

This commit is contained in:
Rico van Zelst
2024-02-26 01:32:50 +01:00
parent c53a8154bd
commit 6a91cc1b7e

View File

@@ -32,7 +32,7 @@
</ul> </ul>
<span <span
class="flex flex-row items-center justify-center text-sm text-gray-500 whitespace-pre sm:text-center dark:text-gray-400">© {{date('Y')}} <a class="flex flex-row items-center justify-center text-sm text-gray-500 whitespace-pre sm:text-center dark:text-gray-400">© {{date('Y')}} <a
href="/" class=" hover:underline">Heimerdinger.LoL</a> Made with <a href="https://rico.sh"><x-iconsax-bul-heart-circle href="/" class=" hover:underline">Heimerdinger.LoL</a> Made with <a aria-label="Find out more about the creator of Heimerdinger.lol" href="https://rico.sh"><x-iconsax-bul-heart-circle
class="relative self-center inline-block w-5 text-red-400"/></a></span> class="relative self-center inline-block w-5 text-red-400"/></a></span>
</div> </div>
</footer> </footer>