We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f99ba2 commit 0607a6dCopy full SHA for 0607a6d
packages/@react-spectrum/tooltip/stories/TooltipTrigger.stories.tsx
@@ -332,10 +332,10 @@ function LinkWithTooltip(props = {}) {
332
href="https://react-spectrum.adobe.com/"
333
target="_blank"
334
rel="noreferrer">
335
- Link with tooltip
+ Why did dinosaurs have feathers?
336
</a>
337
</Link>
338
- <Tooltip>This is a link</Tooltip>
+ <Tooltip>Dinosaurs had feathers, find out more.</Tooltip>
339
</TooltipTrigger>
340
);
341
}
0 commit comments