mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-05-02 12:01:22 +00:00
feat: add "Return to home" span in site header
This commit is contained in:
parent
998d788cef
commit
0e6cb62670
1 changed files with 1 additions and 0 deletions
|
@ -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 />
|
||||||
|
|
Loading…
Reference in a new issue