Skip to content

Commit

Permalink
break model name anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
heimoshuiyu committed Feb 7, 2025
1 parent 38c9edb commit f6427ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Navbar: React.FC = () => {
<div className="flex items-center gap-2 px-3">
<SidebarTrigger />
<Separator orientation="vertical" className="mr-2 h-4" />
<h1 className="text-lg font-bold">{chatStore.model}</h1>
<h1 className="text-lg font-bold break-all">{chatStore.model}</h1>
</div>
<div className="flex ml-auto gap-2 px-3">
<Settings />
Expand Down

0 comments on commit f6427ed

Please sign in to comment.