Skip to content

Commit

Permalink
chore: remove title in favour of popper
Browse files Browse the repository at this point in the history
  • Loading branch information
imp-dance committed Jan 15, 2024
1 parent 0fa3656 commit 02847aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,6 @@ function CharmButton(props: {
"charm-button",
props.shift && "second-row"
)}
title={`${charms[props.charm].name}\n${
charms[props.charm].description
}`}
onMouseDown={props.onMouseDown}
onMouseUp={props.onMouseUp}
style={props.style}
Expand Down

0 comments on commit 02847aa

Please sign in to comment.