Skip to content

Commit

Permalink
fix: AccessibleButton lint
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Feb 20, 2025
1 parent 36f27c9 commit b5c635c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/elements/AccessibleButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type Props<T extends ElementType = "div"> = {
/**
* The tooltip to show on hover or focus.
*/
title?: TooltipProps["label"];
title?: string;
/**
* The caption is a secondary text displayed under the `title` of the tooltip.
* Only valid when used in conjunction with `title`.
Expand Down

0 comments on commit b5c635c

Please sign in to comment.