Skip to content

Commit a8b6d1d

Browse files
added back payment card
1 parent 2206f62 commit a8b6d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(protected)/dashboard/[slug]/billing/payment-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const PaymentCard = ({ current, label, landing }: Props) => {
5454
)}
5555
{label === "PRO" ? (
5656
<p className="mb-6 flex items-baseline">
57-
<b className="text-4xl font-bold text-gray-900">799</b>
57+
<b className="text-4xl font-bold text-gray-900">999</b>
5858
<span className="text-gray-600 ml-2">/month</span>
5959
</p>
6060
) : (

0 commit comments

Comments
 (0)