mirror of
https://github.com/jetkvm/website.git
synced 2025-09-16 08:38:16 +00:00
Update Footer.tsx (#17)
Added automatic year updating Co-authored-by: Adam Shiervani <adam.shiervani@gmail.com>
This commit is contained in:
parent
cb20be5699
commit
ea741dfe82
@ -21,6 +21,7 @@ const FooterLink = ({
|
||||
);
|
||||
|
||||
export default function Footer() {
|
||||
const CurrentYear = new Date().getFullYear();
|
||||
return (
|
||||
<footer className="border-t border-t-slate-800/20 bg-white">
|
||||
<Container>
|
||||
@ -40,7 +41,7 @@ export default function Footer() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="border-t border-t-slate-300 py-4 text-xs leading-none text-slate-500 md:text-sm">
|
||||
© 2025 BuildJet, Inc. - All rights reserved.
|
||||
© 2024-{CurrentYear} BuildJet, Inc. - All rights reserved.
|
||||
</div>
|
||||
</Container>
|
||||
</footer>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user