docs(tooltip): remove unnecessary tooltipBodyId in examples (#1271)

Fixes #1270
This commit is contained in:
metonym 2022-04-28 15:06:10 -07:00 committed by GitHub
commit 3950496b7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>