Skip to content

Commit 7cfa36e

Browse files
Update packages/module/patternfly-docs/content/extensions/chatbot/examples/UI/CompactOnboarding.tsx
Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
1 parent 63eabf9 commit 7cfa36e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/module/patternfly-docs/content/extensions/chatbot/examples/UI/CompactOnboarding.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ export const OnboardingExample: FunctionComponent = () => {
9090
</MenuToggle>
9191
);
9292

93-
const body =
94-
'Experience personalized assistance and seamless problem-solving, simplifying your journey with Red Hat every step of the way.';
93+
const body = 'Simplify your Red Hat journey with personalized assistance and seamless problem-solving.';
9594

9695
return (
9796
<>

packages/module/patternfly-docs/content/extensions/chatbot/examples/UI/Onboarding.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ export const OnboardingExample: FunctionComponent = () => {
9090
</MenuToggle>
9191
);
9292

93-
const body =
94-
'Experience personalized assistance and seamless problem-solving, simplifying your journey with Red Hat every step of the way.';
93+
const body = 'Simplify your Red Hat journey with personalized assistance and seamless problem-solving.';
9594

9695
return (
9796
<>

0 commit comments

Comments
 (0)