Skip to content

Commit a6bcbed

Browse files
committed
lint
1 parent b8e6591 commit a6bcbed

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

apps/twig/src/renderer/features/settings/components/SettingsView.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,8 @@ export function SettingsView() {
561561
Push notifications
562562
</Text>
563563
<Text size="1" color="gray">
564-
Recieve a desktop notification when the agent finishes a task
565-
or needs your input
564+
Recieve a desktop notification when the agent finishes a
565+
task or needs your input
566566
</Text>
567567
</Flex>
568568
<Switch
@@ -578,8 +578,8 @@ export function SettingsView() {
578578
Dock badge
579579
</Text>
580580
<Text size="1" color="gray">
581-
Display a badge on the dock icon when the agent finishes a task
582-
or needs your input
581+
Display a badge on the dock icon when the agent finishes a
582+
task or needs your input
583583
</Text>
584584
</Flex>
585585
<Switch
@@ -616,7 +616,8 @@ export function SettingsView() {
616616
)}
617617
</Flex>
618618
<Text size="1" color="gray">
619-
Play a sound when the agent finishes a task or needs your input.
619+
Play a sound when the agent finishes a task or needs your
620+
input.
620621
</Text>
621622
</Flex>
622623

0 commit comments

Comments
 (0)