From 21038fb24f50f504cf71dd1250efdecbb542fe34 Mon Sep 17 00:00:00 2001 From: Liz Baker Date: Fri, 12 Jan 2024 15:48:59 -0800 Subject: [PATCH 1/2] fix: Change explorers hub name --- README.md | 2 +- .../src/components/SearchModal/NoResults.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.

); From 80c0750070acd47a66c7dbfe4a896449d1559b4b Mon Sep 17 00:00:00 2001 From: Liz Baker Date: Fri, 19 Jan 2024 13:29:48 -0800 Subject: [PATCH 2/2] fix: Add padding to walkthrough container --- .../src/components/Walkthrough/Walkthrough.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%;