feat: add "Return to home" span in site header

This commit is contained in:
Bart van der Braak 2024-01-15 11:04:29 +01:00
parent 998d788cef
commit 0e6cb62670

View file

@ -10,6 +10,7 @@
> >
<div class="container flex h-14 items-center"> <div class="container flex h-14 items-center">
<a href="/" class="mr-6 flex items-center space-x-2"> <a href="/" class="mr-6 flex items-center space-x-2">
<span class="sr-only">Return to home</span>
<Icons.logo /> <Icons.logo />
</a> </a>
<MainNav /> <MainNav />