From 883404b8dcca4ff45ea9d1831abe08fdf0b7223d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 14:01:52 +0800 Subject: [PATCH] [#1299] Fix the copyright year (#1309) ### What changes were proposed in this pull request? Fix the copyright year to be the year of the last release, not the current year. ### Why are the changes needed? The copyright year should not automatically update to the current year. Fix: #1299 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? Built and tested locally in a browser. Co-authored-by: Justin Mclean --- web/lib/layout/Footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/lib/layout/Footer.js b/web/lib/layout/Footer.js index e0e9aa6386f..d091a65737a 100644 --- a/web/lib/layout/Footer.js +++ b/web/lib/layout/Footer.js @@ -13,7 +13,7 @@ const Footer = props => { - {`© ${new Date().getFullYear()} `} + {`© 2023 `} Datastrato