Skip to content

Commit

Permalink
Merge branch 'master' into VLTFE-19-default-auth-other
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkeychip authored Jan 24, 2020
2 parents f3aae93 + d18e22e commit ff6f136
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"@hashicorp/react-case-study-slider": "^2.0.4",
"@hashicorp/react-consent-manager": "^2.0.3",
"@hashicorp/react-content": "^2.2.0",
"@hashicorp/react-docs-sidenav": "^3.0.1",
"@hashicorp/react-docs-sidenav": "^3.0.2",
"@hashicorp/react-docs-sitemap": "^1.0.0",
"@hashicorp/react-footer": "3.1.6",
"@hashicorp/react-global-styles": "^4.0.8",
"@hashicorp/react-hero": "3.0.0",
"@hashicorp/react-image": "^2.0.1",
"@hashicorp/react-inline-svg": "^1.0.0",
"@hashicorp/react-mega-nav": "^4.0.0-0",
"@hashicorp/react-mega-nav": "^4.0.1-2",
"@hashicorp/react-product-downloader": "^2.1.0",
"@hashicorp/react-section-header": "^2.0.0",
"@hashicorp/react-text-and-content": "^4.0.0",
Expand All @@ -40,7 +40,7 @@
},
"devDependencies": {
"glob": "^7.1.6",
"husky": "^4.2.0",
"husky": "^4.2.1",
"inquirer": "^7.0.3",
"prettier": "^1.19.1"
},
Expand Down
4 changes: 2 additions & 2 deletions website/pages/home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function Homepage() {
<BeforeAfterDiagram
beforeImage={{
url:
'https://www.datocms-assets.com/2885/1539884846-static-infrastructure.svg',
'https://www.datocms-assets.com/2885/1579635889-static-infrastructure.svg',
format: 'svg'
}}
beforeHeadline="Static Infrastructure"
Expand All @@ -93,7 +93,7 @@ export default function Homepage() {
- Security enforced by IP Address`}
afterImage={{
url:
'https://www.datocms-assets.com/2885/1539884849-dynamic-infrastructure.svg',
'https://www.datocms-assets.com/2885/1579635892-dynamic-infrastructure.svg',
format: 'svg'
}}
afterHeadline="Dynamic Infrastructure"
Expand Down

0 comments on commit ff6f136

Please sign in to comment.