Skip to content

Commit

Permalink
Simplify copy
Browse files Browse the repository at this point in the history
  • Loading branch information
elie222 committed Jan 7, 2025
1 parent bfd9cf6 commit d4c3f56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/app/(app)/automation/AutomationOnboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ export function AutomationOnboarding({
<DialogTitle>Welcome to your AI Personal Assistant</DialogTitle>
<DialogDescription>
Your personal assistant helps manage your inbox by following your
custom instructions and automating routine email tasks.
instructions and automating routine tasks.
</DialogDescription>
</DialogHeader>

<div className="grid gap-2 sm:gap-4">
<Card className="flex items-center">
<ListChecksIcon className="mr-3 h-5 w-5" />
Create custom rules to handle different types of emails
Create rules to handle different types of emails
</Card>
<Card className="flex items-center">
<ReplyIcon className="mr-3 h-5 w-5" />
Automate responses and actions based on your preferences
Automate responses and actions
</Card>
<Card className="flex items-center">
<SlidersIcon className="mr-3 h-5 w-5" />
Expand Down

1 comment on commit d4c3f56

@vercel
Copy link

@vercel vercel bot commented on d4c3f56 Jan 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.