We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f293b42 commit 5b44782Copy full SHA for 5b44782
resources/views/components/footer.blade.php
@@ -2,6 +2,12 @@
2
class="2xl:max-w-8xl mx-auto max-w-5xl px-5 pb-5 pt-20 xl:max-w-7xl"
3
aria-labelledby="footer-heading"
4
>
5
+ <h2
6
+ id="footer-heading"
7
+ class="sr-only"
8
+ >
9
+ Footer
10
+ </h2>
11
<div class="flex flex-wrap items-center justify-between gap-x-6 gap-y-4">
12
{{-- Left side --}}
13
<div class="flex flex-col gap-6">
0 commit comments