Skip to content

Commit

Permalink
chore: banner keep ltr
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Nov 25, 2024
1 parent c6713da commit c2fb2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/PoweredByBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function Banner() {
const { chatBottomContent } = useConstantState();

return (
<InnerContainer chatBottomBackgroundColor={chatBottomContent.backgroundColor}>
<InnerContainer chatBottomBackgroundColor={chatBottomContent.backgroundColor} dir={'ltr'}>
{chatBottomContent?.text}&nbsp;&nbsp;&nbsp;Powered by&nbsp;
<Highlighter
aria-label="Learn more about Sendbird"
Expand Down

0 comments on commit c2fb2c6

Please sign in to comment.