Polish other plans arrow

This commit is contained in:
Ishaan Gupta 2026-05-30 22:45:05 +05:30
parent ed0e64f405
commit 39a4ca3549

View file

@ -1011,11 +1011,13 @@ export default function Billing() {
}}
className={cn(
dmSans125ClassName(),
"inline-flex items-center justify-center gap-1.5 text-[13px] font-semibold text-[#A3A3A3] underline underline-offset-4 transition-colors hover:text-[#FAFAFA]",
"inline-flex items-center justify-center gap-2 text-[13px] font-semibold text-[#A3A3A3] transition-colors hover:text-[#FAFAFA]",
)}
>
Other plans
<span aria-hidden="true">-&gt;</span>
<span className="underline underline-offset-4">Other plans</span>
<span className="translate-x-1 text-[15px]" aria-hidden="true">
&rarr;
</span>
</button>
</div>
)}