comment edit profile

This commit is contained in:
AmirHossein Mahmoodi
2025-05-07 09:13:50 +03:30
parent abd7441ec9
commit 73042d24ea

View File

@@ -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 />