From a3be98e618d7bd1a08d113119878473a8a7eae4a Mon Sep 17 00:00:00 2001 From: Justin Mclean Date: Wed, 3 Jan 2024 14:44:52 +1100 Subject: [PATCH] [#1299] Fix the copyright year (#1301) ### 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. --- 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