Skip to content

Commit

Permalink
website: fix Tooltip(.mdx&.md) (#3560)
Browse files Browse the repository at this point in the history
  • Loading branch information
TUZI2018QH committed Jun 23, 2022
1 parent dd72676 commit 672d0ff
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/docs/component_usage/Tooltip.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ return (
>
<Text>I'm different</Text>
</Tooltip>
<Tooltip>
<Tooltip
width={200}
popover={<Text>Tooltip info goes here</Text>}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const TooltipComponent: React.FunctionComponent<ToolTipComponentProps> = () => {
>
<Text>I'm different</Text>
</Tooltip>
<Tooltip>
<Tooltip
width={200}
popover={<Text>Tooltip info goes here</Text>}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ return (
>
<Text>I'm different</Text>
</Tooltip>
<Tooltip>
<Tooltip
width={200}
popover={<Text>Tooltip info goes here</Text>}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ return (
>
<Text>I'm different</Text>
</Tooltip>
<Tooltip>
<Tooltip
width={200}
popover={<Text>Tooltip info goes here</Text>}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ return (
>
<Text>I'm different</Text>
</Tooltip>
<Tooltip>
<Tooltip
width={200}
popover={<Text>Tooltip info goes here</Text>}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ return (
>
<Text>I'm different</Text>
</Tooltip>
<Tooltip>
<Tooltip
width={200}
popover={<Text>Tooltip info goes here</Text>}
>
Expand Down

0 comments on commit 672d0ff

Please sign in to comment.