Skip to content

Commit 0607a6d

Browse files
authored
Make link tooltip testing story obvious (#2575)
1 parent 1f99ba2 commit 0607a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@react-spectrum/tooltip/stories/TooltipTrigger.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,10 @@ function LinkWithTooltip(props = {}) {
332332
href="https://react-spectrum.adobe.com/"
333333
target="_blank"
334334
rel="noreferrer">
335-
Link with tooltip
335+
Why did dinosaurs have feathers?
336336
</a>
337337
</Link>
338-
<Tooltip>This is a link</Tooltip>
338+
<Tooltip>Dinosaurs had feathers, find out more.</Tooltip>
339339
</TooltipTrigger>
340340
);
341341
}

0 commit comments

Comments
 (0)