From b529757eba8ce672daddc65907b1c2d93c64d8e6 Mon Sep 17 00:00:00 2001 From: Kata Date: Sun, 12 May 2019 09:32:35 -0500 Subject: [PATCH] [UI/landing]: no hard-coded year --- UI/src/pages/Landing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/src/pages/Landing.js b/UI/src/pages/Landing.js index 385d784..c78800d 100644 --- a/UI/src/pages/Landing.js +++ b/UI/src/pages/Landing.js @@ -27,7 +27,7 @@ const Landing = ({ root = false }) => {/* role side */}
-

It's 2018. We can do better.

+

It's {(new Date()).getUTCFullYear()}. We can do better.