Skip to content

Commit a177044

Browse files
committed
Use footer element
1 parent 02ec290 commit a177044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/components/footer.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@if ($showSupport || $showTimezone)
2-
<div class="flex flex-col items-center justify-center gap-2 border-t px-8 py-6 text-center text-sm tracking-tight text-zinc-500 dark:border-zinc-700">
2+
<footer class="flex flex-col items-center justify-center gap-2 border-t px-8 py-6 text-center text-sm tracking-tight text-zinc-500 dark:border-zinc-700">
33
@if($showSupport)
44
<div class="flex items-center justify-center gap-2">
55
Powered by
@@ -16,5 +16,5 @@
1616
<span class="font-semibold">{{ $timezone }}</span>.
1717
</div>
1818
@endif
19-
</div>
19+
</footer>
2020
@endif

0 commit comments

Comments
 (0)