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