Update cta in calculator (#6004)

This commit is contained in:
Saihajpreet Singh 2024-11-19 10:26:21 -05:00 committed by GitHub
parent 7cb5dd27d5
commit 91ac163f63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -227,7 +227,12 @@ function PricingSlider({ className, ...rest }: { className?: string }) {
>
<span className="font-medium">Running {max}M+ operations?</span>
<br />
Let's talk Enterprise.
<button
className="underline hover:text-blue-700"
onClick={() => (window as any).$crisp?.push(['do', 'chat:open'])}
>
Talk to us
</button>
</p>
</label>
);