Skip to content

Commit 2cf817d

Browse files
committed
pricingandthread-fixes
1 parent 9603583 commit 2cf817d

File tree

10 files changed

+265
-220
lines changed

10 files changed

+265
-220
lines changed

apps/mail/components/connection/add.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const AddConnectionDialog = ({
8080
onClick={handleUpgrade}
8181
className="hover:bg-subtleWhite hover:text-subtleBlack cursor-pointer underline"
8282
>
83-
Start free trial
83+
Start 7 day free trial
8484
</span>{' '}
8585
to connect more.
8686
</span>

apps/mail/components/create/ai-chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export function AIChat({
194194
<TextShimmer className="text-center text-xl font-medium">
195195
Upgrade to Zero Pro for unlimited AI chat
196196
</TextShimmer>
197-
<Button className="mt-2 h-8 w-52">Start free trial</Button>
197+
<Button className="mt-2 h-8 w-52">Start 7 day free trial</Button>
198198
</div>
199199
) : !messages.length ? (
200200
<div className="absolute inset-0 flex flex-col items-center justify-center">

0 commit comments

Comments
 (0)