Only show chat sessions uptil last month in side pane

- Reduce chat title size
This commit is contained in:
Debanjum Singh Solanky
2024-08-03 16:13:55 +05:30
parent 75559a55aa
commit f28208d35b
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ function ChatBodyData(props: ChatBodyDataProps) {
}
<div className={`w-full text-center justify-end content-end`}>
<div className="items-center">
<h1 className="text-2xl md:text-5xl text-center w-fit pb-6 px-4 mx-auto">{greeting}</h1>
<h1 className="text-2xl md:text-3xl text-center w-fit pb-6 px-4 mx-auto">{greeting}</h1>
</div>
{
!props.isMobileWidth &&