Added copyright notice.

This commit is contained in:
Patrick Fic
2020-08-25 16:59:09 -07:00
parent aba78feddc
commit 69f2b66e56

View File

@@ -349,9 +349,10 @@ export function Manage({ match, conflict }) {
</ErrorBoundary> </ErrorBoundary>
<ChatAffixContainer /> <ChatAffixContainer />
<BackTop /> <BackTop />
<div <div style={{ textAlign: "center", margin: "1rem 0rem" }}>
style={{ textAlign: "center", margin: "1rem 0rem" }} <span>{`ImEX Online V.${process.env.NODE_ENV}-${process.env.REACT_APP_GIT_SHA}`}</span>
>{`ImEX Online V.${process.env.NODE_ENV}-${process.env.REACT_APP_GIT_SHA}`}</div> <span>&copy; 2019 - {new Date().getFullYear} Snapt Software Inc. </span>
</div>
</Content> </Content>
</Layout> </Layout>
); );