Skip to content

Commit

Permalink
Add title so icon title shows on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
oakesjosh committed Feb 13, 2025
1 parent fce3899 commit b23348e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/packages/components/src/icon-picker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ export default function KadenceIconPicker({
<Icon icon={closeSmall} size={20}/>
</div> ) }
<button
title={ iconKey }
className={'kadence-icon-picker-link'}
key={results[ groupKey ].label + iconKey}
onClick={() => {
Expand All @@ -299,6 +300,7 @@ export default function KadenceIconPicker({
} else {
return (
<button
title={ iconKey }
className={'kadence-icon-picker-link'}
key={results[ groupKey ].label + iconKey}
onClick={() => {
Expand Down

0 comments on commit b23348e

Please sign in to comment.