From ce5016ae463332262e5ad97a0c5f5d85586847df Mon Sep 17 00:00:00 2001 From: Nicholas Haley Date: Sat, 20 Jan 2024 10:30:33 -0500 Subject: [PATCH] Name change to team plan --- apps/app/src/app/(authenticated)/[workspace]/billing/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app/src/app/(authenticated)/[workspace]/billing/page.tsx b/apps/app/src/app/(authenticated)/[workspace]/billing/page.tsx index 416e9186..093d536c 100644 --- a/apps/app/src/app/(authenticated)/[workspace]/billing/page.tsx +++ b/apps/app/src/app/(authenticated)/[workspace]/billing/page.tsx @@ -229,7 +229,7 @@ export default async function Billing({ {/* Custom tier */}

- {customPrice ? customPrice.product.name : "Business"} + {customPrice ? customPrice.product.name : "Team"} {hasCustomSubscription ? ( ) : null}