Skip to content

Commit 5b44782

Browse files
✨ Add ARIA heading for improved accessibility in footer component
1 parent f293b42 commit 5b44782

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/views/components/footer.blade.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
class="2xl:max-w-8xl mx-auto max-w-5xl px-5 pb-5 pt-20 xl:max-w-7xl"
33
aria-labelledby="footer-heading"
44
>
5+
<h2
6+
id="footer-heading"
7+
class="sr-only"
8+
>
9+
Footer
10+
</h2>
511
<div class="flex flex-wrap items-center justify-between gap-x-6 gap-y-4">
612
{{-- Left side --}}
713
<div class="flex flex-col gap-6">

0 commit comments

Comments
 (0)