You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
400 B
6 lines
400 B
<footer class="shrink-0 border-t border-slate-800 bg-slate-950/90 backdrop-blur mt-auto"> |
|
<div class="max-w-[1600px] mx-auto px-4 py-3 flex flex-col sm:flex-row sm:items-center sm:justify-between gap-2 text-xs text-slate-500"> |
|
<span>{{ config('app.name') }} · {{ config('app.url') }}</span> |
|
<span>Responsive UI · Theme toggle (Light / Dark / System)</span> |
|
</div> |
|
</footer>
|
|
|