diff --git a/apps/web/app/(app)/[emailAccountId]/automation/page.tsx b/apps/web/app/(app)/[emailAccountId]/automation/page.tsx index 679f92548c..d286038b38 100644 --- a/apps/web/app/(app)/[emailAccountId]/automation/page.tsx +++ b/apps/web/app/(app)/[emailAccountId]/automation/page.tsx @@ -21,6 +21,7 @@ import { PageHeading } from "@/components/Typography"; import { TabSelect } from "@/components/TabSelect"; import { RulesTab } from "@/app/(app)/[emailAccountId]/assistant/RulesTab"; import { AIChatButton } from "@/app/(app)/[emailAccountId]/assistant/AIChatButton"; +import { PageWrapper } from "@/components/PageWrapper"; export const maxDuration = 300; // Applies to the actions @@ -86,53 +87,49 @@ export default async function AutomationPage({ -
-
-
- - -
- Assistant - -
- -
- - } - > - - -
- - - - - - - - - - - - - - - - - - -
+ + + +
+ Assistant + +
+ +
+ + } + > + +
-
+ + + + + + + + + + + + + + + + + + + ); diff --git a/apps/web/app/(app)/[emailAccountId]/bulk-unsubscribe/BulkActions.tsx b/apps/web/app/(app)/[emailAccountId]/bulk-unsubscribe/BulkActions.tsx index 94c99fbd47..d823ed9e6a 100644 --- a/apps/web/app/(app)/[emailAccountId]/bulk-unsubscribe/BulkActions.tsx +++ b/apps/web/app/(app)/[emailAccountId]/bulk-unsubscribe/BulkActions.tsx @@ -68,7 +68,7 @@ export function BulkActions({ return ( <> -
+