comment edit profile
This commit is contained in:
@@ -28,7 +28,7 @@ const ProfileActions = () => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Box sx={{ display: "flex", justifyContent: "center" }}>
|
<Box sx={{ display: "flex", justifyContent: "center" }}>
|
||||||
<Tooltip title="ویرایش پروفایل" arrow>
|
{/* <Tooltip title="ویرایش پروفایل" arrow>
|
||||||
<IconButton
|
<IconButton
|
||||||
aria-label="ویرایش پروفایل"
|
aria-label="ویرایش پروفایل"
|
||||||
color="success"
|
color="success"
|
||||||
@@ -42,7 +42,7 @@ const ProfileActions = () => {
|
|||||||
variant="middle"
|
variant="middle"
|
||||||
flexItem
|
flexItem
|
||||||
sx={{ mx: 1 }}
|
sx={{ mx: 1 }}
|
||||||
/>
|
/> */}
|
||||||
<Tooltip title="خروج" arrow>
|
<Tooltip title="خروج" arrow>
|
||||||
<IconButton onClick={handleLogout} aria-label="خروج" color="error">
|
<IconButton onClick={handleLogout} aria-label="خروج" color="error">
|
||||||
<PowerSettingsNewIcon />
|
<PowerSettingsNewIcon />
|
||||||
|
|||||||
Reference in New Issue
Block a user