mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
Merge branch 'develop' of ssh://gitea.gofwd.group:2225/dstrawsb/ballistic-builder into develop
This commit is contained in:
@@ -6,8 +6,9 @@ export default function Footer() {
|
|||||||
(
|
(
|
||||||
<footer className="bg-gray-800 text-white py-4">
|
<footer className="bg-gray-800 text-white py-4">
|
||||||
<div className="container mx-auto px-6 text-center">
|
<div className="container mx-auto px-6 text-center">
|
||||||
{/* <p>© {new Date().getFullYear()} Ballistic Builder. All rights reserved.</p> */}
|
<p>© {new Date().getFullYear()} Ballistic Builder. All rights reserved.</p>
|
||||||
<p>© 2024 Ballistic Builder. All rights reserved.</p>
|
<p>Built by Forward Group</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user