We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8eeb8 commit 1e39567Copy full SHA for 1e39567
apps/sim/app/(home)/components/pricing/pricing.tsx
@@ -125,12 +125,14 @@ function PricingCard({ tier }: PricingCardProps) {
125
</p>
126
<div className='mt-4'>
127
{isEnterprise ? (
128
- <Link
+ <a
129
href={tier.cta.href}
130
+ target='_blank'
131
+ rel='noopener noreferrer'
132
className='flex h-[32px] w-full items-center justify-center rounded-[5px] border border-[#E5E5E5] px-[10px] font-[430] font-season text-[#1C1C1C] text-[14px] transition-colors hover:bg-[#F0F0F0]'
133
>
134
{tier.cta.label}
- </Link>
135
+ </a>
136
) : isPro ? (
137
<Link
138
0 commit comments