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>
<ChatAffixContainer />
<BackTop />
<div
style={{ textAlign: "center", margin: "1rem 0rem" }}
>{`ImEX Online V.${process.env.NODE_ENV}-${process.env.REACT_APP_GIT_SHA}`}</div>
<div style={{ textAlign: "center", margin: "1rem 0rem" }}>
<span>{`ImEX Online V.${process.env.NODE_ENV}-${process.env.REACT_APP_GIT_SHA}`}</span>
<span>&copy; 2019 - {new Date().getFullYear} Snapt Software Inc. </span>
</div>
</Content>
</Layout>
);