Skip to content

Commit 1e39567

Browse files
committed
link to tag
1 parent eb8eeb8 commit 1e39567

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/sim/app/(home)/components/pricing/pricing.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,14 @@ function PricingCard({ tier }: PricingCardProps) {
125125
</p>
126126
<div className='mt-4'>
127127
{isEnterprise ? (
128-
<Link
128+
<a
129129
href={tier.cta.href}
130+
target='_blank'
131+
rel='noopener noreferrer'
130132
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]'
131133
>
132134
{tier.cta.label}
133-
</Link>
135+
</a>
134136
) : isPro ? (
135137
<Link
136138
href={tier.cta.href}

0 commit comments

Comments
 (0)