Update footer

This commit is contained in:
Christopher Cookman 2026-06-29 10:27:44 -06:00
parent 62441f3718
commit 0597460846

View file

@ -1,4 +1,4 @@
<footer class="footer mt-auto py-3 bg-dark text-white">
<footer class="footer mt-auto py-3 text-white" style="background-color:#0d0d0d; border-top: 1px solid #2e2e2e;">
<div class="container text-center">
<span>&copy; <%= new Date().getFullYear() %> AstroCom <%= version %></span>
</div>