diff --git a/src/app/(user)/user/profile/[id]/page.tsx b/src/app/(user)/user/profile/[id]/page.tsx
index d61ae53..5ded245 100644
--- a/src/app/(user)/user/profile/[id]/page.tsx
+++ b/src/app/(user)/user/profile/[id]/page.tsx
@@ -278,7 +278,7 @@ export default function AgentProfileView() {
return (
-
+
{/* Main Layout - Responsive: Column on mobile, Row on desktop */}
{/* Left Sidebar - Status & Contact */}
diff --git a/src/app/support/chat/page.tsx b/src/app/support/chat/page.tsx
index a4ef733..eea4e1c 100644
--- a/src/app/support/chat/page.tsx
+++ b/src/app/support/chat/page.tsx
@@ -277,7 +277,7 @@ export default function SupportChatPage() {
{/* Chat Area */}
{/* Chat Header */}
-
+
{
@@ -23,7 +24,7 @@ export function MobileBackButton({ label, fallbackHref }: MobileBackButtonProps)
return (