Skip to content

Commit 7d27d8d

Browse files
committed
fix: add missing class name
1 parent 20f1e40 commit 7d27d8d

File tree

1 file changed

+1
-0
lines changed
  • admin/src/components/DuplicateButton

1 file changed

+1
-0
lines changed

admin/src/components/DuplicateButton/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const Button = () => (
99
aria-disabled="false"
1010
type="button"
1111
tabIndex="0"
12+
className="duplicator-button"
1213
style={{ display: 'inline-block', width: '2rem', height: '2rem', padding: '8px' }}
1314
>
1415
<Duplicate width={12} fill="#666687" />

0 commit comments

Comments
 (0)