Skip to content

Commit cd44744

Browse files
committed
show pro button
1 parent fa002b9 commit cd44744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Subscribtion/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export function SubscribeHome({ returnUrl, isTrial }: { returnUrl?: string; isTr
127127
<p className="mt-2 text-center text-xs text-[#8a8c90]">Cancel anytime • Crypto and Card payments</p>
128128
</div>
129129
) : (
130-
<div className="mx-auto w-full max-w-[400px] lg:hidden">
130+
<div className="mx-auto w-full max-w-[400px]">
131131
<SignIn
132132
text={`Get Pro for $${billingInterval === 'year' ? '490' : '49'}${billingInterval === 'year' ? '/year' : '/month'}`}
133133
className="w-full rounded-lg bg-linear-to-r from-[#5C5CF9] to-[#6E6EFA] px-6 py-3.5 font-semibold text-white shadow-lg transition-all duration-200 hover:from-[#4A4AF0] hover:to-[#5A5AF5] hover:shadow-[#5C5CF9]/30"

0 commit comments

Comments
 (0)