Skip to content

Commit 300b719

Browse files
chore(docs): Remove duplicate examples (#570)
Looks like a rebase gave us some duplicate examples in the BotMessage section.
1 parent dae3ac2 commit 300b719

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

  • packages/module/patternfly-docs/content/extensions/chatbot/examples/Messages

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -225,14 +225,6 @@ _Italic text, formatted with single underscores_
225225
content="This bot has a square avatar. You can further customize the avatar by applying an additional class or passing [PatternFly avatar props](/components/avatar) to the `<Message>` component via `avatarProps`."
226226
hasRoundAvatar={false}
227227
/>
228-
<Message
229-
name="Bot"
230-
role="bot"
231-
avatar={patternflyAvatar}
232-
content={`Text-based message from a bot named "Bot," with updated timestamp`}
233-
timestamp="1 hour ago"
234-
/>
235-
<Message name="Bot" role="bot" avatar={patternflyAvatar} content="Example content" isLoading />
236228
<Select
237229
id="single-select"
238230
isOpen={isOpen}

0 commit comments

Comments
 (0)