Skip to content

Commit a417743

Browse files
committed
Corrected toggle switch texts for on/off
1 parent 16480dd commit a417743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/main/Canvas.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ function Canvas(props: {}): JSX.Element {
363363
zIndex: 0
364364
}}
365365
>
366-
{toggleText === 'on' ? 'Turn Off' : 'Turn On'}
366+
{toggleText === 'on' ? 'Turn On' : 'Turn Off'}
367367
</button>
368368
)}
369369
</label>

0 commit comments

Comments
 (0)