File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
apps/dashboard/src/app/team/[team_slug]/(team)/~/settings/billing/components Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,14 @@ export function PlanInfoCard(props: {
36
36
< div className = "rounded-lg border border-border bg-card" >
37
37
< div className = "flex flex-col gap-4 p-4 lg:flex-row lg:items-center lg:justify-between lg:p-6" >
38
38
< div >
39
- < div className = "flex items-center gap-2" >
39
+ < div className = "flex flex-col items-start gap-2" >
40
40
< h3 className = "font-semibold text-2xl capitalize tracking-tight" >
41
41
{ validPlan } Plan
42
42
</ h3 >
43
+ < p className = "text-sm" >
44
+ Go to "Manage Billing" to view your invoices, update your payment
45
+ method, or edit your billing details.
46
+ </ p >
43
47
{ trialEndsInFuture && < Badge > Trial</ Badge > }
44
48
</ div >
45
49
{ trialEndsAfterDays > 0 && (
@@ -53,7 +57,7 @@ export function PlanInfoCard(props: {
53
57
{ /* manage team billing */ }
54
58
< BillingPortalButton
55
59
teamSlug = { team . slug }
56
- variant = "outline "
60
+ variant = "primary "
57
61
redirectPath = { `/team/${ team . slug } /~/settings/billing` }
58
62
redirectToBillingPortal = { props . redirectToBillingPortal }
59
63
>
You can’t perform that action at this time.
0 commit comments