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