bug fix + code cleanup

This commit is contained in:
Daniel
2023-06-13 08:16:32 +03:30
parent 69a5d2abd2
commit 3628d4281a
9 changed files with 232 additions and 201 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ export default function ProfileSettings({
<div className="w-28 h-28 flex items-center justify-center border border-sky-100 rounded-full relative">
<ProfilePhoto
src={user.profilePic}
className="h-28 w-28 border-[1px]"
className="h-auto aspect-square w-28 border-[0px]"
status={handleProfileStatus}
/>
{profileStatus && (