diff --git a/README.md b/README.md index 476d42fb8..d7bb2b3de 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ New Relic hosts and moderates an online forum where customers can interact with New Relic employees as well as other customers to get help and share best practices. Like all official New Relic open source projects, there's a related [Community topic](https://discuss.newrelic.com/t/announcing-a-new-relic-gatsby-site-theme/109814) -in the New Relic Explorers Hub. +in the New Relic Support Forum. ## Contributing diff --git a/packages/gatsby-theme-newrelic/src/components/SearchModal/NoResults.js b/packages/gatsby-theme-newrelic/src/components/SearchModal/NoResults.js index a2bd5d678..8319d4101 100644 --- a/packages/gatsby-theme-newrelic/src/components/SearchModal/NoResults.js +++ b/packages/gatsby-theme-newrelic/src/components/SearchModal/NoResults.js @@ -33,7 +33,7 @@ const NoResults = () => ( `} > Try searching for different keywords or start a conversation on our{' '} - Explorers Hub. + Support Forum.

); diff --git a/packages/gatsby-theme-newrelic/src/components/Walkthrough/Walkthrough.js b/packages/gatsby-theme-newrelic/src/components/Walkthrough/Walkthrough.js index 277bc3267..1e6bfcf83 100644 --- a/packages/gatsby-theme-newrelic/src/components/Walkthrough/Walkthrough.js +++ b/packages/gatsby-theme-newrelic/src/components/Walkthrough/Walkthrough.js @@ -17,7 +17,7 @@ const Walkthrough = ({ className, children }) => { display: flex; flex-direction: column; - padding: 1rem 0; + padding: 1rem; @media screen and (max-width: 1000px) { grid-template-columns: 100%;