Skip to content

Commit

Permalink
use inline alert
Browse files Browse the repository at this point in the history
  • Loading branch information
tahmidefaz committed Jan 10, 2024
1 parent 2c59428 commit 68beae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Banners/ConversationEndBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const ConversationEndBanner: FunctionComponent<MessageProps<Banner>> = ({
return (
<>
<TextContent className="banner__chat-end">
<Alert variant="info" title="You can start a new conversation at anytime by typing below." component="h6" className="banner-alert" />
<Alert variant="info" isInline title="You can start a new conversation at anytime by typing below." component="h6" className="banner-alert" />
</TextContent>
</>
);
Expand Down

0 comments on commit 68beae9

Please sign in to comment.