Skip to content

Commit f0ea1d6

Browse files
committed
lint
1 parent c775596 commit f0ea1d6

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
@@ -602,8 +602,8 @@ export function SettingsView() {
602602
Push notifications
603603
</Text>
604604
<Text size="1" color="gray">
605-
Recieve a desktop notification when the agent finishes a task
606-
or needs your input
605+
Recieve a desktop notification when the agent finishes a
606+
task or needs your input
607607
</Text>
608608
</Flex>
609609
<Switch
@@ -619,8 +619,8 @@ export function SettingsView() {
619619
Dock badge
620620
</Text>
621621
<Text size="1" color="gray">
622-
Display a badge on the dock icon when the agent finishes a task
623-
or needs your input
622+
Display a badge on the dock icon when the agent finishes a
623+
task or needs your input
624624
</Text>
625625
</Flex>
626626
<Switch
@@ -657,7 +657,8 @@ export function SettingsView() {
657657
)}
658658
</Flex>
659659
<Text size="1" color="gray">
660-
Play a sound when the agent finishes a task or needs your input.
660+
Play a sound when the agent finishes a task or needs your
661+
input.
661662
</Text>
662663
</Flex>
663664

0 commit comments

Comments
 (0)