dialogs: now in separated windows

This commit is contained in:
muerwre 2018-12-07 17:47:00 +07:00
parent 65e549a5af
commit 789a38a1d0
5 changed files with 17 additions and 10 deletions

View file

@ -19,9 +19,6 @@ export const UserMenu = ({ userLogout, openAppInfoDialog }: Props) => (
<div className="user-panel-item" onClick={openAppInfoDialog}>
О редакторе карт
</div>
<a className="user-panel-item" href="https://github.com/muerwre/orchidMap" target="_blank" rel="noopener noreferrer">
Проект на github
</a>
<div className="user-panel-item" onClick={userLogout}>
Выйти
</div>