From 9fc23a89de5a7aa877337a08003225bb84aa352f Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Fri, 4 Jan 2019 18:41:21 +0530 Subject: [PATCH] Fix text in global footer --- frontend/my/src/Layout.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/my/src/Layout.js b/frontend/my/src/Layout.js index 242dee2..66ae2c4 100644 --- a/frontend/my/src/Layout.js +++ b/frontend/my/src/Layout.js @@ -20,6 +20,7 @@ import Media from "./Media"; const { Content, Footer, Sider } = Layout const SubMenu = Menu.SubMenu +const year = new Date().getUTCFullYear() class Base extends React.Component { state = { @@ -99,8 +100,12 @@ class Base extends React.Component { -