Skip to content

Commit d4b77c9

Browse files
refactor: Update layout of chat page for better user experience
This commit updates the layout of the chat page in the app/dashboard/student/chat/[chatId]/layout.tsx file. The changes include adjusting the padding values and container size to improve the visual appearance and spacing of the chat interface. These updates enhance the user experience by providing a more visually appealing and user-friendly chat layout.
1 parent 6863555 commit d4b77c9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/dashboard/student/chat/[chatId]/layout.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ export default async function CoursesLayout ({
2323
}
2424

2525
return (
26-
<div className='flex flex-col gap-4 p-4'>
27-
<h1 className="text-2xl font-semibold">
28-
{chatData.data.title}
29-
</h1>
26+
<div className='flex flex-col gap-4 p-2 lg:p-4'>
3027
{children}
3128
</div>
3229
)

0 commit comments

Comments
 (0)