fix(a11y): remove unsupported aria-hidden from span
This commit is contained in:
@@ -150,11 +150,9 @@ templ (p *Home) page() {
|
||||
</div>
|
||||
<span
|
||||
class="absolute z-2 top-0 left-0 w-full h-full bg-gradient-to-b from-black to-transparent"
|
||||
aria-hidden="true"
|
||||
></span>
|
||||
<span
|
||||
class="absolute z-1 top-0 left-0 w-full h-full bg-heropattern bg-bottom"
|
||||
aria-hidden="hidden"
|
||||
></span>
|
||||
</main>
|
||||
<section
|
||||
|
||||
Reference in New Issue
Block a user