Skip to content

Commit

Permalink
update chat style
Browse files Browse the repository at this point in the history
  • Loading branch information
wwayne committed May 24, 2024
1 parent a2070f6 commit de39118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-ui/components/chat/empty-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function EmptyScreen({
onClick={() => setInput(message.message)}
>
<IconArrowRight className="mr-2 text-muted-foreground" />
{message.heading}
<p className="text-left">{message.heading}</p>
</Button>
))}
</div>
Expand Down

0 comments on commit de39118

Please sign in to comment.