Use Custom instead of Unlimited in Enterprise plan (#2093)

This commit is contained in:
Kamil Kisiela 2023-04-23 11:58:08 +02:00 committed by GitHub
parent 5f2ae8621b
commit e2f90237db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,7 +118,7 @@ export function Pricing({ gradient }: { gradient: [string, string] }): ReactElem
features={[
'Unlimited seats',
'Unlimited schema pushes',
<Tooltip content={OPERATIONS_EXPLAINER}>Unlimited operations</Tooltip>,
<Tooltip content={OPERATIONS_EXPLAINER}>Custom limit of operations</Tooltip>,
<Tooltip content={USAGE_DATA_RETENTION_EXPLAINER}>
12 months of usage data retention
</Tooltip>,