Skip to content

Commit

Permalink
feat: giving tooltipType a second chance
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielchl committed Dec 2, 2024
1 parent a5ec035 commit c5dccd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ButtonCircleLink/ButtonCircleLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const ButtonCircleLink = forwardRef((props: Props, providedRef: RefObject<HTMLAn
href,
target,
tooltipContent,
tooltipType,
onPress,
...otherProps
} = props;
Expand All @@ -43,6 +44,7 @@ const ButtonCircleLink = forwardRef((props: Props, providedRef: RefObject<HTMLAn
onPress={onPress}
disabled={disabled}
inverted={inverted}
tooltipType={tooltipType}
hasExternalLinkIcon={false}
tooltipContent={tooltipContent}
data-color={color || DEFAULTS.COLOR}
Expand Down

0 comments on commit c5dccd0

Please sign in to comment.