From f9fe97cd1695f63b59143622d968de3ecf2d6a4d Mon Sep 17 00:00:00 2001 From: Will Glass-Husain Date: Sat, 4 Jul 2026 18:36:13 -0400 Subject: [PATCH] Make footer copyright year dynamic Replace hardcoded 2025 with the current year via i18next interpolation so the footer always reflects the present year. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/assets/lang/en/common.json | 2 +- src/components/footer/footer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/lang/en/common.json b/src/assets/lang/en/common.json index 6f30cc6..a45121d 100644 --- a/src/assets/lang/en/common.json +++ b/src/assets/lang/en/common.json @@ -19,7 +19,7 @@ "submit": "Submit", "ok": "OK", "try_again": "Try again", - "copyright": "© 2025", + "copyright": "© {{year}}", "credits": "Credits", "forio_link": "Developed in partnership with Forio Simulations", "getting_ready": "Getting Things Ready ..." diff --git a/src/components/footer/footer.tsx b/src/components/footer/footer.tsx index a23cf4f..0b399d3 100644 --- a/src/components/footer/footer.tsx +++ b/src/components/footer/footer.tsx @@ -8,7 +8,7 @@ export const Footer = () => { return (