Added versioning to footer.
This commit is contained in:
@@ -349,6 +349,9 @@ export function Manage({ match, conflict }) {
|
|||||||
</ErrorBoundary>
|
</ErrorBoundary>
|
||||||
<ChatAffixContainer />
|
<ChatAffixContainer />
|
||||||
<BackTop />
|
<BackTop />
|
||||||
|
<div
|
||||||
|
style={{ textAlign: "center", margin: "1rem 0rem" }}
|
||||||
|
>{`ImEX Online V.${process.env.NODE_ENV}-${process.env.REACT_APP_GIT_SHA}`}</div>
|
||||||
</Content>
|
</Content>
|
||||||
</Layout>
|
</Layout>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user