There was an error while loading. Please reload this page.
1 parent 2770034 commit 2162f87Copy full SHA for 2162f87
apps/web/app/(app)/[emailAccountId]/assistant/Rules.tsx
@@ -514,9 +514,20 @@ export function ActionBadges({
514
}
515
516
function NoRules() {
517
+ const { emailAccountId } = useAccount();
518
+
519
return (
520
<CardHeader>
- <CardDescription>You don't have any rules yet.</CardDescription>
521
+ <CardDescription className="flex flex-col items-center gap-4 py-20">
522
+ You don't have any rules yet.
523
+ <div>
524
+ <Button asChild size="sm">
525
+ <Link href={prefixPath(emailAccountId, "/assistant/onboarding")}>
526
+ Set up default rules
527
+ </Link>
528
+ </Button>
529
+ </div>
530
+ </CardDescription>
531
</CardHeader>
532
);
533
version.txt
@@ -1 +1 @@
1
-v2.15.0
+v2.15.1
0 commit comments