Skip to content

Commit ea3f2a5

Browse files
committed
Updated children content in feedback examples
1 parent 5313554 commit ea3f2a5

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/MessageWithFeedback.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const MessageWithFeedbackExample: FunctionComponent = () => {
99
const [hasChildren, setHasChildren] = useState(false);
1010
const [hasPrivacyStatement, setHasPrivacyStatement] = useState(false);
1111

12-
const children = <>Do not share any personal or other sensitive information in your feedback.</>;
12+
const children = <>This is additional content.</>;
1313
const privacyStatement = 'This is a privacy statement text content.';
1414

1515
return (

0 commit comments

Comments
 (0)