From 7146cdac6290053d728359a0523cf6d2f9ce5e9c Mon Sep 17 00:00:00 2001 From: Rebecca Alpert Date: Fri, 31 Oct 2025 14:05:37 -0400 Subject: [PATCH] feat(Message): Allow for no avatar --- .../chatbot/examples/Messages/BotMessage.tsx | 1 + .../chatbot/examples/Messages/UserMessage.tsx | 1 + packages/module/src/Message/Message.test.tsx | 4 ++++ packages/module/src/Message/Message.tsx | 16 +++++++++------- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/packages/module/patternfly-docs/content/extensions/chatbot/examples/Messages/BotMessage.tsx b/packages/module/patternfly-docs/content/extensions/chatbot/examples/Messages/BotMessage.tsx index ce79badce..ba27a65f8 100644 --- a/packages/module/patternfly-docs/content/extensions/chatbot/examples/Messages/BotMessage.tsx +++ b/packages/module/patternfly-docs/content/extensions/chatbot/examples/Messages/BotMessage.tsx @@ -318,6 +318,7 @@ _Italic text, formatted with single underscores_ 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 `` component via `avatarProps`." hasRoundAvatar={false} /> +