Skip to content

Commit

Permalink
fix: chat title design fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
y9san9 committed Jan 1, 2025
1 parent 05c872a commit 253fd91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface ChatTopBarProps {
export function ChatTopBarContent({waiting, title}: ChatTopBarProps) {
return waiting
? <div className="w-full h-full flex justify-center items-center">
<h4 className="text-2xl font-medium">{title}</h4>
<h4 className="text-lg font-medium">{title}</h4>
</div>
: <Updating/>
}
Expand Down

0 comments on commit 253fd91

Please sign in to comment.