Skip to content

Commit

Permalink
fix: add missing class name
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Sep 30, 2024
1 parent 20f1e40 commit 7d27d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/src/components/DuplicateButton/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const Button = () => (
aria-disabled="false"
type="button"
tabIndex="0"
className="duplicator-button"
style={{ display: 'inline-block', width: '2rem', height: '2rem', padding: '8px' }}
>
<Duplicate width={12} fill="#666687" />
Expand Down

0 comments on commit 7d27d8d

Please sign in to comment.