Added copyright notice.
This commit is contained in:
@@ -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>© 2019 - {new Date().getFullYear} Snapt Software Inc. </span>
|
||||
</div>
|
||||
</Content>
|
||||
</Layout>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user