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

Commit

Permalink
Clarify titles for "Endpoints" and "VPN Connections" on pricing page (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyremarker authored Feb 28, 2023
1 parent dd3a0b2 commit d0ab0b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on [Netlify](https://www.netlify.com).

## Running locally

First, create a `.env.development` file with the contentful preview credentials:
First, create a `.env.development` file with the contentful preview credentials, found in the notes of the "Contentful" item in 1Password Vault "Team."

```
CONTENTFUL_HOST=preview.contentful.com
Expand All @@ -20,6 +20,8 @@ yarn
gatsby develop
```

Visit the live development site at [localhost:8000](http://localhost:8000/).

Sometimes changes you make in Contentful won't show up locally because Gatsby
caches the data. To clear the cache, delete the `.cache` directory.

Expand Down
6 changes: 3 additions & 3 deletions src/components/pricing/DeployCalculator.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ class DeployCalculator extends React.Component {
/>

<Resource
title="Endpoints"
title="Endpoints (Load Balancers)"
helpText={toolTips.endpoints}
calculatedAmount={this.endpointsAmount()}
lineItemAmount={
Expand All @@ -454,11 +454,11 @@ class DeployCalculator extends React.Component {
/>

<Resource
title="VPN Connections"
title="VPN Integrations"
calculatedAmount={this.vpnConnectionsAmount()}
lineItemAmount={
<>
<span>$99</span>/Connection/Month
<span>$99</span>/Integration/Month
</>
}
pricingSlider={
Expand Down

0 comments on commit d0ab0b6

Please sign in to comment.