mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
♿ Update navbar link label to fix accesibility
This commit is contained in:
parent
fae0615568
commit
9c8e17b213
@ -50,10 +50,8 @@
|
||||
)}
|
||||
>
|
||||
<div class="flex items-center justify-between mx-auto">
|
||||
<div class="flex items-center space-x-2">
|
||||
<!-- Lighthouse diagnostic in Desktop mode returns an accesibility error respect the 'a' element -->
|
||||
<!-- I don't know why :' -->
|
||||
<a href="/" aria-label="Back to the SVGL home page">
|
||||
<div class="flex items-center space-x-2">
|
||||
<a href="/" aria-label="Go to the SVGL v4.0 home page">
|
||||
<div class="flex items-center space-x-2 hover:opacity-80 transition-opacity">
|
||||
<svelte:component this={Logo} />
|
||||
<span class="text-[19px] font-medium tracking-wide hidden md:block">svgl</span>
|
||||
|
Loading…
Reference in New Issue
Block a user