Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Update SupportPriceTable.js (#306)
Browse files Browse the repository at this point in the history
typo in Enterprise tier blurb:

Critcal -> Critical
  • Loading branch information
michaelwang13 authored Jan 20, 2023
1 parent d606ec8 commit dd3a0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/deploy/SupportPriceTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import styles from './SupportPriceTable.module.css';
const tiers = [
{ name: 'Standard', showPrice: true, price: 0, description: 'Recommended for production workloads' },
{ name: 'Premium', showPrice: true, price: 499, description: 'Recommended for production workloads, with same day Support for tickets submitted before 3PM during the work week.' },
{ name: 'Enterprise', showPrice: true, price: 1499, description: 'Recommended for critcal production workloads that require 24/7 support' }
{ name: 'Enterprise', showPrice: true, price: 1499, description: 'Recommended for critical production workloads that require 24/7 support' }
];

const footnotes = [
Expand Down

0 comments on commit dd3a0b2

Please sign in to comment.