mirror of
https://github.com/dergigi/boris.git
synced 2026-01-21 15:54:30 +01:00
style(tts): remove button labels, show icons only
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user