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

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

parent f1b96f9e
...@@ -41,7 +41,7 @@ const ProfileBlock = () => { ...@@ -41,7 +41,7 @@ const ProfileBlock = () => {
onClick={handleClick} onClick={handleClick}
id='test_greetings' id='test_greetings'
> >
Hello, {user?.displayName} Привет, {user?.displayName}
</Button> </Button>
<Menu <Menu
anchorEl={anchorEl} anchorEl={anchorEl}
...@@ -49,9 +49,9 @@ const ProfileBlock = () => { ...@@ -49,9 +49,9 @@ const ProfileBlock = () => {
onClose={handleClose} 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={()=>{switchUser()}}>Поменять юзера</MenuItem>
<MenuItem onClick={()=>{logout()}}>Logout</MenuItem> <MenuItem onClick={()=>{logout()}}>Выйти</MenuItem>
</Menu> </Menu>
<SwitchUserModal <SwitchUserModal
open={openSwitchUser} 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