Added versioning to footer.

This commit is contained in:
Patrick Fic
2020-08-21 17:23:48 -07:00
parent dd1016eef3
commit 4b44fdfde5

View File

@@ -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>
); );