Skip to content

Commit

Permalink
build: testing copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jul 1, 2019
1 parent e1acee4 commit 0fb3153
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/components/patterns/PricingTable/PricingTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ const getPlanDescription = reqs => `${toLocale(reqs)} daily requests`
const TOOLTIPS = {
'Rate Limit':
'Maximum number of requests you can consume until reach the quota.',
Caching: 'Speed up response timing caching payload for same API calls.',
'Caching Layer':
'Speed up response timing caching payload for same API calls.',
'Media Detection':
'Ability to detect the original streaming source for video or audio',
'Color Detection':
Expand All @@ -40,7 +41,8 @@ const TOOLTIPS = {
'Technical assistance for resolving questions and help you integrate the service.',
'Contextual Information':
'Detection of extra information based on the type of data.',
Proxy: 'Setup a proxy between API requests and target URL destination.'
'Proxy Resolution':
'Setup a proxy between API requests and target URL destination.'
}

const Price = styled(Subhead)`
Expand Down Expand Up @@ -206,8 +208,8 @@ function PricingTable ({ apiKey, stripeKey, apiEndpoint }) {
]}
/>
<PricingRow children={['Tech Support', 'Community', 'Priority']} />
<PricingRow children={['Caching', 'Fixed', 'Customizable']} />
<PricingRow children={['Proxy', 'No', 'Yes']} />
<PricingRow children={['Caching Layer', 'Fixed', 'Customizable']} />
<PricingRow children={['Proxy Resolution', 'No', 'Yes']} />
<PricingRow
py={3}
children={[
Expand Down Expand Up @@ -245,7 +247,11 @@ function PricingTable ({ apiKey, stripeKey, apiEndpoint }) {
alignItems='center'
pt={[4, 4, 4, 5]}
>
<Subhead color='gray8' fontSize={2} children='Do you need more?' />
<Subhead
color='gray8'
fontSize={2}
children='Do you need custom plan?'
/>
<Text as='div' mt={1} fontSize={1} color='gray8'>
<LinkSolid
data-event-category='Checkout'
Expand Down

0 comments on commit 0fb3153

Please sign in to comment.