Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
Name change to team plan
Browse files Browse the repository at this point in the history
  • Loading branch information
NicHaley committed Jan 20, 2024
1 parent b86be30 commit ce5016a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export default async function Billing({
{/* Custom tier */}
<div className="px-8 pt-16 lg:pt-0 xl:px-14">
<h3 className="flex items-center gap-2 text-base font-semibold leading-7 text-zinc-900">
{customPrice ? customPrice.product.name : "Business"}
{customPrice ? customPrice.product.name : "Team"}
{hasCustomSubscription ? (
<Pill color="black" text="Active" />
) : null}
Expand Down

0 comments on commit ce5016a

Please sign in to comment.