Skip to content

Commit 438b410

Browse files
fix: update tooltip docs to show react popper instead of thetter
1 parent 2a792ce commit 438b410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Tooltip/docs/Tooltip.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Use the tooltip for user on-boarding, guiding information about a new feature, d
5050
It is possible to adjust the position of the tooltip connection to the target with the `placement` prop. Below is a list
5151
of possible options which are represented in the square next to it. It is important to keep in mind that the tooltip
5252
will be moved to a different position if it cannot be shown on the desired side due to screen sizes. Read more about the
53-
Tether library [here](http://tether.io).
53+
Popper library [here](https://popper.js.org/).
5454

5555
<TooltipPlacementExample />
5656

0 commit comments

Comments
 (0)