Skip to content

Commit

Permalink
Sidebar: move chat section header to the left
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdjohnson committed Apr 16, 2024
1 parent 185deeb commit d7e589b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chat/ChatSettingsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const ChatSettingsSection = observer(({ onBackClicked }: { onBackClicked:
<Back />
</button>

<span className="flex-shrink-1 line-clamp-1 max-w-[85%] flex-1 text-center md:text-lg">
<span className="flex-shrink-1 line-clamp-1 max-w-[85%] flex-1 text-left md:text-lg">
{selectedChat?.name || 'new chat'}
</span>
</div>
Expand Down

0 comments on commit d7e589b

Please sign in to comment.