Skip to content

Commit

Permalink
Simplify manual prompt creation
Browse files Browse the repository at this point in the history
  • Loading branch information
elie222 committed Dec 20, 2024
1 parent a085ab3 commit 37e8ac7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/web/app/(app)/automation/Rules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,13 +261,13 @@ export function Rules() {
<Button asChild variant="outline">
<Link href="/automation?tab=prompt">
<PenIcon className="mr-2 hidden h-4 w-4 md:block" />
Add Rule via Prompt Tab
Add Rule via Prompt
</Link>
</Button>
<Button asChild variant="outline">
<Link href="/automation/create">
<Link href="/automation/rule/create">
<PlusIcon className="mr-2 hidden h-4 w-4 md:block" />
Create Rule Manually
Add Rule Manually
</Link>
</Button>
</div>
Expand Down Expand Up @@ -314,7 +314,7 @@ function NoRules() {
</Button>

<Button type="button" variant="outline" asChild>
<Link href="/automation/create">Create a Rule Manually</Link>
<Link href="/automation/rule/create">Create a Rule Manually</Link>
</Button>
</div>
</CardContent>
Expand Down

0 comments on commit 37e8ac7

Please sign in to comment.