Commit 1702f2ae authored by Ibadullina Inabat's avatar Ibadullina Inabat

поменяла тексты профиля на кириллицу

parent f1b96f9e
......@@ -41,7 +41,7 @@ const ProfileBlock = () => {
onClick={handleClick}
id='test_greetings'
>
Hello, {user?.displayName}
Привет, {user?.displayName}
</Button>
<Menu
anchorEl={anchorEl}
......@@ -49,9 +49,9 @@ const ProfileBlock = () => {
onClose={handleClose}
>
<MenuItem component={NavLink} to="/profile/test" color="inherit" onClick={handleClose}>Profile</MenuItem>
<MenuItem component={NavLink} to="/profile/test" color="inherit" onClick={handleClose}>Профиль</MenuItem>
<MenuItem onClick={()=>{switchUser()}}>Поменять юзера</MenuItem>
<MenuItem onClick={()=>{logout()}}>Logout</MenuItem>
<MenuItem onClick={()=>{logout()}}>Выйти</MenuItem>
</Menu>
<SwitchUserModal
open={openSwitchUser}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment