Skip to content

Commit b8193bd

Browse files
committed
Update LoopsListView.tsx
1 parent efe6db6 commit b8193bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ui/src/features/loops/components/LoopsListView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ export function LoopsListView() {
7373
<Flex direction="column" gap="1" className="min-w-0">
7474
<Heading className="font-bold text-2xl">Loops</Heading>
7575
<Text color="gray" className="text-sm">
76-
Automations that run your instructions unattended, on a
77-
schedule, a GitHub event, or an API call.
76+
Put your work on autopilot. Loops run on a schedule, on an API
77+
call, or when something happens on GitHub.
7878
</Text>
7979
</Flex>
8080
<Button variant="solid" size="2" onClick={startBlank}>

0 commit comments

Comments
 (0)