Browse Source

update checkout page

pull/52/head
isra el 1 year ago
parent
commit
9c2c70270f
  1. 2
      web/app/(landing-page)/(components)/pricing-section.tsx

2
web/app/(landing-page)/(components)/pricing-section.tsx

@ -130,7 +130,7 @@ const PricingSection = () => {
asChild
className='w-full bg-white text-black hover:bg-gray-100'
>
<Link href='/dashboard?selectedPlan=pro'>Upgrade to Pro</Link>
<Link href='/checkout/pro'>Upgrade to Pro</Link>
</Button>
</div>

Loading…
Cancel
Save