Skip to content

Commit 9d0f420

Browse files
Update packages/module/patternfly-docs/content/extensions/chatbot/examples/Messages/MessageWithIconSwapping.tsx
Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
1 parent f050157 commit 9d0f420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/patternfly-docs/content/extensions/chatbot/examples/Messages/MessageWithIconSwapping.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const IconSwappingExample: FunctionComponent = () => (
88
name="Bot"
99
role="bot"
1010
avatar={patternflyAvatar}
11-
content="Click the response actions to see the icons change from outline to filled variants!"
11+
content="Click the response actions to see the outlined icons swapped with the filled variants!"
1212
actions={{
1313
// eslint-disable-next-line no-console
1414
positive: { onClick: () => console.log('Good response') },

0 commit comments

Comments
 (0)