Skip to content

Commit

Permalink
chore: update link to Tooltip docs
Browse files Browse the repository at this point in the history
Update JSDoc link in Tooltip component to go the correct link
  • Loading branch information
seancwalsh committed Dec 10, 2021
1 parent fbf1376 commit 3c7db04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tooltip/src/tooltip.tsx
Expand Up @@ -57,7 +57,7 @@ const StyledTooltip = chakra(motion.div)
/**
* Tooltips display informative text when users hover, focus on, or tap an element.
*
* @see Docs https://chakra-ui.com/components/tooltip
* @see Docs https://chakra-ui.com/docs/overlay/tooltip
* @see WAI-ARIA https://www.w3.org/TR/wai-aria-practices/#tooltip
*/
export const Tooltip = forwardRef<TooltipProps, "div">((props, ref) => {
Expand Down

0 comments on commit 3c7db04

Please sign in to comment.