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:
Lawrence Chen 2026-03-18 03:24:15 -07:00 committed by GitHub
parent d33e1d1cf9
commit 8a74dc2d05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -181,7 +181,7 @@ export default function TermsOfServicePage() {
</p>
<p>
Copyright &copy; 2026 Manaflow. All rights reserved.
Copyright &copy; {new Date().getFullYear()} Manaflow. All rights reserved.
</p>
</>
);