chore: cleanup
This commit is contained in:
@@ -496,7 +496,7 @@ export function FileConverter() {
|
|||||||
<button
|
<button
|
||||||
onClick={handleConvert}
|
onClick={handleConvert}
|
||||||
disabled={!selectedFiles.length || !outputFormat || isConverting}
|
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
|
!isConverting && selectedFiles.length && outputFormat
|
||||||
? 'hover:text-primary'
|
? 'hover:text-primary'
|
||||||
: ''
|
: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user