fixed footer text opacity

This commit is contained in:
2025-03-16 02:58:27 +01:00
parent 003e600a38
commit c642a437da
+1 -1
View File
@@ -1,6 +1,6 @@
<section> <section>
<div class="container mx-auto pt-4 pb-12"> <div class="container mx-auto pt-4 pb-12">
<p class="text-center text-sm text-gray-500 dark:text-gray-400"></p> <p class="text-center text-zinc-400 dark:text-zinc-500">
&copy; {{ now()->year }} {{ config('app.name') }}. All rights reserved. &copy; {{ now()->year }} {{ config('app.name') }}. All rights reserved.
</p> </p>
</div> </div>