chore: clean up test comment in footer
This commit is contained in:
parent
275321f28b
commit
fc468a364e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
</main>
|
||||
<footer class="p-8 border-t border-slate-800/60 text-center text-slate-600 text-sm">
|
||||
© <?= date('Y') ?>. Made with 🍺 and 🍕. <!-- Deployed via Forgejo CI/CD -->
|
||||
© <?= 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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue