File tree 3 files changed +5
-9
lines changed
@convex-dev/design-system/src
3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ type CalloutVariant = "instructions" | "error" | "localDev" | "upsell";
5
5
const classes = {
6
6
error : "bg-background-error border text-content-error" ,
7
7
instructions : "border bg-background-warning text-content-warning" ,
8
- upsell : "border border-util-accent max-w-prose bg-util-accent/10" ,
8
+ upsell : "border border-util-accent bg-util-accent/10" ,
9
9
localDev :
10
10
"bg-teal-100 border border-teal-500 dark:bg-teal-900 text-content-primary" ,
11
11
} ;
Original file line number Diff line number Diff line change @@ -81,12 +81,8 @@ export function Integrations({
81
81
logStreamingEntitlementGranted &&
82
82
streamingExportEntitlementGranted ? null : (
83
83
< Callout variant = "upsell" >
84
- < Button
85
- variant = "unstyled"
86
- href = { `/${ team . slug } /settings/billing` }
87
- className = "flex w-fit flex-col items-center gap-2"
88
- >
89
- < p className = "text-balance text-center" >
84
+ < div className = "flex w-fit flex-col gap-2" >
85
+ < p className = "max-w-prose" >
90
86
Log Stream, Exception Reporting, and Streaming Export integrations
91
87
are available on paid plans.
92
88
</ p >
@@ -97,7 +93,7 @@ export function Integrations({
97
93
>
98
94
Upgrade Now
99
95
</ Button >
100
- </ Button >
96
+ </ div >
101
97
</ Callout >
102
98
) ;
103
99
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export function ReferralsInner({
51
51
< p className = "font-semibold" >
52
52
Thank you for subscribing to Convex!
53
53
</ p >
54
- < p >
54
+ < p className = "max-w-prose" >
55
55
As a paid plan subscriber, you won’t get additional resources for
56
56
referring friends or being referred by someone, but your friends
57
57
can still get free Convex resources by using your referral link.
You can’t perform that action at this time.
0 commit comments