chore: cleanup
This commit is contained in:
@@ -496,7 +496,7 @@ export function FileConverter() {
|
||||
<button
|
||||
onClick={handleConvert}
|
||||
disabled={!selectedFiles.length || !outputFormat || isConverting}
|
||||
className={cn(actionBtn, 'flex-1 py-2 text-sm font-medium',
|
||||
className={cn(actionBtn, 'flex-1 py-2',
|
||||
!isConverting && selectedFiles.length && outputFormat
|
||||
? 'hover:text-primary'
|
||||
: ''
|
||||
|
||||
Reference in New Issue
Block a user