diff --git a/src/components/patterns/PricingTable/PricingTable.js b/src/components/patterns/PricingTable/PricingTable.js index 36618d78e..54386c0be 100644 --- a/src/components/patterns/PricingTable/PricingTable.js +++ b/src/components/patterns/PricingTable/PricingTable.js @@ -8,7 +8,7 @@ import { Check } from 'react-feather' import { labelStyle } from '../../elements/Label' -const FREE_PLAN_RATE_LIMIT = 50 +const FREE_PLAN_RATE_LIMIT = 100 const Price = styled(Text)` font-weight: bold;