Skip to content

Commit

Permalink
Merge pull request #5228 from seancwalsh/chore/update-tooltip-link
Browse files Browse the repository at this point in the history
fix: broken link in tooltip js-doc
  • Loading branch information
segunadebayo committed Dec 12, 2021
2 parents fbf1376 + f05f56b commit 684012d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/smooth-comics-sing.md
@@ -0,0 +1,5 @@
---
"@chakra-ui/tooltip": patch
---

Fix broken link in Tooltip JSDoc
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

1 comment on commit 684012d

@vercel
Copy link

@vercel vercel bot commented on 684012d Dec 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.