diff --git a/fern/products/docs/pages/component-library/default-components/callouts.mdx b/fern/products/docs/pages/component-library/default-components/callouts.mdx index 9c7cf579f..26bf2360f 100644 --- a/fern/products/docs/pages/component-library/default-components/callouts.mdx +++ b/fern/products/docs/pages/component-library/default-components/callouts.mdx @@ -77,10 +77,10 @@ This Callout uses a title and a custom icon. ### Error callouts -This indicates a potential error +This indicates a potential error ```jsx -This indicates a potential error +This indicates a potential error ``` ### Info callouts @@ -91,6 +91,15 @@ This Callout uses a title and a custom icon. This draws attention to important information ``` +### Launch callouts + +This celebrates a product launch or other announcement + +```jsx +This celebrates an announcement +``` + + ### Tip callouts This suggests a helpful tip