chore: clean up test comment in footer

This commit is contained in:
Philipp Urbschat 2026-09-12 21:33:13 +02:00
parent 275321f28b
commit fc468a364e

View file

@ -1,6 +1,6 @@
</main>
<footer class="p-8 border-t border-slate-800/60 text-center text-slate-600 text-sm">
&copy; <?= date('Y') ?>. Made with 🍺 and 🍕. <!-- Deployed via Forgejo CI/CD -->
&copy; <?= date('Y') ?>. Made with 🍺 and 🍕.
</footer>
<?php if (Config::get('APP_ENV') !== 'production'): ?>
<div class="fixed bottom-4 left-4 bg-slate-900 border border-rose-500/30 text-rose-400 px-3 py-1.5 rounded-md shadow-lg flex items-center gap-3 text-xs font-mono z-100">