From 317a9ad6e83b43fe140ac99df04c258685aeca14 Mon Sep 17 00:00:00 2001 From: Aditya948351 Date: Sun, 17 May 2026 17:31:09 +0530 Subject: [PATCH 1/2] fix(profile): resolve circular profile image upload distortion and layout overflow --- src/components/profile/UserProfile.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/components/profile/UserProfile.tsx b/src/components/profile/UserProfile.tsx index d1ec59ab..a9bea58e 100644 --- a/src/components/profile/UserProfile.tsx +++ b/src/components/profile/UserProfile.tsx @@ -1,4 +1,4 @@ -"use client"; +"use client"; import { useState, useEffect } from 'react'; import { useAuth } from '@/context/AuthContext'; @@ -257,15 +257,17 @@ export default function UserProfile() {