Merge branch 'develop' of ssh://gitea.gofwd.group:2225/dstrawsb/ballistic-builder into develop

This commit is contained in:
2024-11-21 16:00:31 -05:00
2 changed files with 4 additions and 3 deletions

View File

@@ -6,8 +6,9 @@ export default function Footer() {
(
<footer className="bg-gray-800 text-white py-4">
<div className="container mx-auto px-6 text-center">
{/* <p>&copy; {new Date().getFullYear()} Ballistic Builder. All rights reserved.</p> */}
<p>&copy; 2024 Ballistic Builder. All rights reserved.</p>
<p>&copy; {new Date().getFullYear()} Ballistic Builder. All rights reserved.</p>
<p>Built by Forward Group</p>
</div>
</footer>
)