Skip to content

Commit

Permalink
Merge pull request #3784 from terrestris/fixRotationButton
Browse files Browse the repository at this point in the history
fix: tooltip for RotationButton
  • Loading branch information
TreffN authored Mar 25, 2024
2 parents 3ab21d7 + 7ce3c9c commit 039d95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Button/RotationButton/RotationButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const RotationButton: React.FC<RotationButtonProps> = ({

return (
<ToggleButton
tooltip={'Shift + Drag to rotate and zoom the map around its center'}
tooltip={tooltip}
icon={<FontAwesomeIcon icon={faArrowsRotate} />}
pressedIcon={<FontAwesomeIcon icon={faArrowsRotate} />}
onToggle={onToggle}
Expand Down

0 comments on commit 039d95e

Please sign in to comment.