diff --git a/packages/module/patternfly-docs/content/examples/basic.md b/packages/module/patternfly-docs/content/examples/basic.md index 6b27a54..a99de6b 100644 --- a/packages/module/patternfly-docs/content/examples/basic.md +++ b/packages/module/patternfly-docs/content/examples/basic.md @@ -10,9 +10,9 @@ source: react # If you use typescript, the name of the interface to display props for # These are found through the sourceProps function provided in patternfly-docs.source.js propComponents: ['FeedbackModalProps'] ---- -[Visit the source link](https://github.com/patternfly/react-user-feedback/blob/c0c51c751abf0b798f511806409f25d2a2e87a60/packages/module/patternfly-docs/content/examples/basic.md) +sourceLink: https://github.com/patternfly/react-user-feedback/blob/c0c51c751abf0b798f511806409f25d2a2e87a60/packages/module/patternfly-docs/content/examples/basic.md +--- import { FeedbackModal } from "@patternfly/react-user-feedback"; import feedbackImage from '@patternfly/react-user-feedback/dist/esm/images/rh_feedback.svg'; @@ -53,7 +53,7 @@ The following example demonstrates how to use the `async` function to send data ``` ### Modal with internationalization support -To customize the content displayed in the feedback modal, pass in a custom `i18n` object with values for each property of``. This allows you to prepare a modal for different languages and requirements. +To customize the content displayed in the feedback modal, pass in a custom `i18n` object with values for each property of ``. This allows you to prepare a modal for different languages and requirements. ```js file="./i18n.tsx" -``` \ No newline at end of file +``` \ No newline at end of file