style(tts): remove button labels, show icons only

This commit is contained in:
Gigi
2025-10-20 22:05:21 +02:00
parent b92f5716dc
commit b3f4b03229

View File

@@ -53,7 +53,6 @@ const TTSControls: React.FC<Props> = ({ text, defaultLang, className, settings }
disabled={!canPlay}
>
<FontAwesomeIcon icon={!speaking ? faPlay : (paused ? faPlay : faPause)} />
<span>{playLabel}</span>
</button>
<button
type="button"