Web:Client:Add class for version.

This commit is contained in:
Vlada Gazizova 2023-06-23 11:45:21 +03:00
parent d0e6d01bdb
commit 0129977808

View File

@ -53,7 +53,9 @@ const DebugInfoDialog = (props) => {
<ModalDialog.Header>Debug Info</ModalDialog.Header>
<ModalDialog.Body className="debug-info-body">
{/* <Text>{`# Build version: ${BUILD_VERSION}`}</Text> */}
<Text>{`# Version: ${VERSION}`}</Text>
<Text>
# Version: <span className="version">{VERSION}</span>
</Text>
<Text>{`# Build date: ${BUILD_AT}`}</Text>
{user && (
<Text>{`# Current User: ${user?.displayName} (id:${user?.id})`}</Text>