mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 00:58:36 +00:00
Use Custom instead of Unlimited in Enterprise plan (#2093)
This commit is contained in:
parent
5f2ae8621b
commit
e2f90237db
1 changed files with 1 additions and 1 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue