From f80393a177e6a762733dc3d2f8247e159c29785b Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Fri, 19 Jul 2024 13:39:17 -0500 Subject: [PATCH] docs(tooltip): use Button instead of Information icon in mdx docs --- packages/react/src/components/Toggletip/Toggletip.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react/src/components/Toggletip/Toggletip.mdx b/packages/react/src/components/Toggletip/Toggletip.mdx index 3f9197b9b422..392370709182 100644 --- a/packages/react/src/components/Toggletip/Toggletip.mdx +++ b/packages/react/src/components/Toggletip/Toggletip.mdx @@ -27,11 +27,11 @@ you'll need to include a `Toggletip`, `ToggletipButton` for the trigger, and ```jsx import { Toggletip, ToggletipButton, ToggletipContent } from '@carbon/react'; -import { SquareOutline } from '@carbon/react/icons'; +import { Information } from '@carbon/react/icons'; - +

Custom content here

@@ -71,7 +71,7 @@ example: ```jsx - +