Skip to content

Commit

Permalink
Merge pull request #8156 from newrelic/fix/remove-test-modal
Browse files Browse the repository at this point in the history
fix: downgrade theme to remove signup modal
  • Loading branch information
clarkmcadoo committed Jun 22, 2022
2 parents 6dbdb69 + 705c6a7 commit 90c10ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
9 changes: 0 additions & 9 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,6 @@ module.exports = {
}),
},
},
signup: {
environment: process.env.ENVIRONMENT || 'staging',
signupUrl:
process.env.SIGNUP_URL ||
'https://signup-receiver.staging-service.newrelic.com',
reCaptchaToken:
process.env.RECAPTCHA_TOKEN ||
'6LdZ0xcgAAAAAPxQTpvn9B4qzTRhRM8llwvt41dX',
},
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@github-docs/frontmatter": "^1.3.1",
"@mdx-js/mdx": "^2.0.0-next.8",
"@mdx-js/react": "^2.0.0-next.8",
"@newrelic/gatsby-theme-newrelic": "6.4.1",
"@newrelic/gatsby-theme-newrelic": "6.2.0",
"@splitsoftware/splitio-react": "^1.2.4",
"cockatiel": "^3.0.0-beta.0",
"common-tags": "^1.8.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3029,10 +3029,10 @@
eslint-plugin-promise "^4.2.1"
eslint-plugin-react "^7.14.3"

"@newrelic/gatsby-theme-newrelic@6.4.1":
version "6.4.1"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-6.4.1.tgz#913e44e38d301e58d7e6cda1b492c01fcbab5c00"
integrity sha512-BMMF/52+HVLJqZFAEn74gBz7pjHEZBwrwtViibrDJXDSwztXkoKnJZJp/nmKEQB+ZWm4u33O7hBQBWkIMunfVQ==
"@newrelic/gatsby-theme-newrelic@6.2.0":
version "6.2.0"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-6.2.0.tgz#60ec2e8124027bf300e31cd9864a1ceba9b73c16"
integrity sha512-hyoXCz0uheWKBcAfXK84fa827DCPW2vtB1d9UxCT2wqMsCj3BDacVN0DULsaEtf+Qce6eXxLALX+qq3sHVCnKg==
dependencies:
"@wry/equality" "^0.4.0"
"@xstate/react" "^1.3.1"
Expand Down

0 comments on commit 90c10ca

Please sign in to comment.