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.
footer
1 parent 02ec290 commit a177044Copy full SHA for a177044
resources/views/components/footer.blade.php
@@ -1,5 +1,5 @@
1
@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">
+<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">
3
@if($showSupport)
4
<div class="flex items-center justify-center gap-2">
5
Powered by
@@ -16,5 +16,5 @@
16
<span class="font-semibold">{{ $timezone }}</span>.
17
</div>
18
@endif
19
-</div>
+</footer>
20
0 commit comments