Left Menu: Add "alpha" to app version

This commit is contained in:
Alexander Zinchuk 2021-06-14 22:24:28 +03:00
parent 9fb0760899
commit 22cb5816c0

View File

@ -164,7 +164,7 @@ const LeftMainHeader: FC<OwnProps & StateProps & DispatchProps> = ({
<div id="LeftMainHeader" className="left-header"> <div id="LeftMainHeader" className="left-header">
<DropdownMenu <DropdownMenu
trigger={MainButton} trigger={MainButton}
footer={`${APP_NAME} ${APP_VERSION}`} footer={`${APP_NAME} alpha ${APP_VERSION}`}
> >
<MenuItem <MenuItem
icon="saved-messages" icon="saved-messages"