Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Commit db03d17

Browse files
committed
ci(buttoncard): fix eslint closing component
1 parent 605ac77 commit db03d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ButtonCard/ButtonCard.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const ButtonCard: React.FC<ButtonCardProps> = ({
5757
'ui-right-4': direction === 'left'
5858
})}
5959
>
60-
<Icon name='Link-off' className='ui-text-2xl dark:ui-text-primary'></Icon>
60+
<Icon className='ui-text-2xl dark:ui-text-primary' name='Link-off' />
6161
</div>
6262
</div>
6363
</button>

0 commit comments

Comments
 (0)