Use dynamic copyright year in Terms of Service (#1742)
SSR the current year instead of hardcoding it. Co-authored-by: Lawrence Chen <lawrencecchen@users.noreply.github.com>
This commit is contained in:
parent
d33e1d1cf9
commit
8a74dc2d05
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ export default function TermsOfServicePage() {
|
|||
</p>
|
||||
|
||||
<p>
|
||||
Copyright © 2026 Manaflow. All rights reserved.
|
||||
Copyright © {new Date().getFullYear()} Manaflow. All rights reserved.
|
||||
</p>
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue