style: remove emojis from media app format presets
This commit is contained in:
@@ -49,7 +49,7 @@ export function FormatPresets({ inputFormat, onPresetSelect, disabled = false }:
|
||||
disabled={disabled}
|
||||
>
|
||||
<div className="flex items-center gap-2 w-full">
|
||||
<span className="text-2xl">{preset.icon}</span>
|
||||
{preset.icon && <span className="text-2xl">{preset.icon}</span>}
|
||||
<div className="flex-1 min-w-0">
|
||||
<div className="font-semibold text-sm">{preset.name}</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user