mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
Update cta in calculator (#6004)
This commit is contained in:
parent
7cb5dd27d5
commit
91ac163f63
1 changed files with 6 additions and 1 deletions
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue