diff --git a/app/chat/page.tsx b/app/chat/page.tsx index bb0813a..f8384c0 100644 --- a/app/chat/page.tsx +++ b/app/chat/page.tsx @@ -172,7 +172,7 @@ export default function ChatPage() { } return ( -
+
setIsSidebarOpen(false)} @@ -198,8 +198,8 @@ export default function ChatPage() {
{/* Messages container */} -
-
+
+
{isClient && messages.map((message) => ( {/* Input - now will stay fixed at bottom */} -
+
Login with Pehchan