We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994663f commit 6aa5d95Copy full SHA for 6aa5d95
1 file changed
packages/react-components/react-message-bar-preview/stories/MessageBar/Intent.stories.tsx
@@ -16,7 +16,7 @@ export const Intent = () => (
16
{intents.map(intent => (
17
<MessageBar key={intent} intent={intent}>
18
<MessageBarBody>
19
- <MessageBarTitle>Descriptive title</MessageBarTitle>
+ <MessageBarTitle>{intent}</MessageBarTitle>
20
Message providing information to the user with actionable insights. <Link>Link</Link>
21
</MessageBarBody>
22
<MessageBarActions containerAction={<Button appearance="transparent" icon={<DismissRegular />} />}>
0 commit comments