diff --git a/frontend/web/components/modals/Payment.js b/frontend/web/components/modals/Payment.js index c6f820ffc746..8ad4f5e6a6e1 100644 --- a/frontend/web/components/modals/Payment.js +++ b/frontend/web/components/modals/Payment.js @@ -240,18 +240,17 @@ const Payment = class extends Component { -
- Email technical support -
+
Scheduled flags
-
  • -
    Scheduled flags
    +
    + Two-factor authentication (2FA) +
  • @@ -260,7 +259,7 @@ const Payment = class extends Component {
    - Two-factor authentication (2FA) + Email technical support
  • @@ -354,6 +353,14 @@ const Payment = class extends Component { +
  • + + + + +
    SAML
    +
    +
  • @@ -380,6 +387,17 @@ const Payment = class extends Component {
    Audit logs
  • +
  • + + + + +
    + Real-time technical support via chat and + Priority Email support +
    +
    +
  • diff --git a/frontend/web/components/modals/payment/pricingFeatures.tsx b/frontend/web/components/modals/payment/pricingFeatures.tsx index 5fde1967583b..5b1d1f3d0174 100644 --- a/frontend/web/components/modals/payment/pricingFeatures.tsx +++ b/frontend/web/components/modals/payment/pricingFeatures.tsx @@ -19,15 +19,15 @@ export const STARTUP_FEATURES: PricingFeature[] = [ { text: 'Unlimited projects', }, - { - text: 'Email technical support', - }, { text: 'Scheduled flags', }, { text: 'Two-factor authentication (2FA)', }, + { + text: 'Email technical support', + }, ] export const SCALE_UP_FEATURES: PricingFeature[] = [ @@ -49,6 +49,9 @@ export const SCALE_UP_FEATURES: PricingFeature[] = [ { text: 'Additional seats at $60/seat (up to 20)', }, + { + text: 'SAML', + }, { text: 'User roles and permissions', }, @@ -58,6 +61,9 @@ export const SCALE_UP_FEATURES: PricingFeature[] = [ { text: 'Audit logs', }, + { + text: 'Real-time technical support via chat and Priority Email support', + }, ] export const ENTERPRISE_FEATURES: PricingFeature[] = [