From 004e4a377a519cee47fee368233e9d32796efbec Mon Sep 17 00:00:00 2001 From: plhnk Date: Tue, 11 Feb 2020 21:21:39 -0800 Subject: [PATCH] fix(clayui.com): keep it phresh w/a dynamic copyright year --- clayui.com/src/pages/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clayui.com/src/pages/index.js b/clayui.com/src/pages/index.js index 8f9604fad6..7efd2cc303 100644 --- a/clayui.com/src/pages/index.js +++ b/clayui.com/src/pages/index.js @@ -15,6 +15,8 @@ export default () => { const description = 'This is Clay. A web implementation of the Lexicon Experience Language; built by Liferay.'; + const CopyrightYear = new Date().getFullYear() + return (
{
- {'Copyright © 2019 '} + {'Copyright © ' + `${CopyrightYear} `}