docs(tooltip): remove unnecessary tooltipBodyId in examples

Fixes #1270
This commit is contained in:
metonym 2022-04-28 15:02:16 -07:00
commit 3df26b400d
2 changed files with 4 additions and 4 deletions

View file

@ -30,8 +30,8 @@ Use the named "legendText" slot to customize the legend text.
<RadioButtonGroup selected="standard">
<div slot="legendText" style="display: flex">
Storage tier (disk)
<Tooltip tooltipBodyId="tooltip-body">
<p id="tooltip-body">
<Tooltip>
<p>
Storage tiers may vary based on geolocation.
</p>
</Tooltip>

View file

@ -12,8 +12,8 @@ components: ["Tooltip", "TooltipFooter"]
By default, the tooltip is triggered by an information icon.
<Tooltip tooltipBodyId="tooltip-body">
<p id="tooltip-body">
<Tooltip>
<p>
Resources are provisioned based on your account's organization.
</p>
</Tooltip>