diff --git a/src/components/storyUtils/TooltipShowcase/TooltipShowcase.tsx b/src/components/storyUtils/TooltipShowcase/TooltipShowcase.tsx index 25558174f..1bff992d3 100644 --- a/src/components/storyUtils/TooltipShowcase/TooltipShowcase.tsx +++ b/src/components/storyUtils/TooltipShowcase/TooltipShowcase.tsx @@ -15,7 +15,7 @@ const TooltipShowcase = ({ buttonText?: string; }) => { return ( -
+
= ({ isInverted }) => {
It was a dark and stormy night; the rain fell in torrents
-
learn more
+ + Learn more +
); };