fix(a11y): remove unsupported aria-hidden from span

This commit is contained in:
Guz
2024-12-17 11:27:02 -03:00
parent 45d8b77b51
commit 407a18bf44

View File

@@ -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