Web: About: Added BUILD_AT on DocSpace title

This commit is contained in:
Alexey Safronov 2023-07-27 15:37:44 +04:00
parent 841a274e9f
commit 68f4ca779a

View File

@ -143,7 +143,12 @@ const AboutContent = (props) => {
 ONLYOFFICE DocSpace 
</ColorTheme>
<Text className="row-el select-el" fontSize="13px" fontWeight="600">
<Text
className="row-el select-el"
fontSize="13px"
fontWeight="600"
title={`${BUILD_AT}`}
>
v.{buildVersionInfo.docspace}
</Text>
</div>