quick fix for some typos/spelling

Small way of saying thanks for the software
This commit is contained in:
Brian Teeman
2023-10-30 10:36:54 +00:00
committed by GitHub
parent 29e5c96d44
commit 7c234466f7
3 changed files with 3 additions and 3 deletions
@@ -42,7 +42,7 @@ export default function MessageControl() {
actionHandler={() => setMessage.presenterVisible(!data.timerMessage.visible)}
/>
<div className={style.buttonSection}>
<label className={style.label}>Timer messsage blink</label>
<label className={style.label}>Timer message blink</label>
<label className={style.label}>Blackout timer screens</label>
<Button
className={`${data.timerMessage.timerBlink ? style.blink : ''}`}