From 6ff9ddba608471be7f94c663100aea4ecd543d89 Mon Sep 17 00:00:00 2001 From: aswanson-nr Date: Tue, 28 Sep 2021 14:41:58 -0700 Subject: [PATCH] feat: add beta banner to marketplace --- src/components/IOBanner.js | 1 - src/pages/instant-observability.js | 21 +++++++++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/src/components/IOBanner.js b/src/components/IOBanner.js index ed299a2b6..4825c7e46 100644 --- a/src/components/IOBanner.js +++ b/src/components/IOBanner.js @@ -9,7 +9,6 @@ const IOBanner = ({ isMobile }) => {
( + + The New Relic I/O beta is currently available to all users, and will require + a full user license for future usage. Note that New Relic's free forever + tier comes with 1 free full user. + +); + /** * Determines if one string is a substring of the other, case insensitive * @param {String} substring the substring to test against @@ -230,7 +246,7 @@ const QuickstartsPage = ({ data, location }) => { `} > {isMobile && } - +
{isMobile && betaBanner()}
{ css={css` fill: currentColor; stroke-width: ${name === 'All' ? 1 : 0.25}; + margin: 0 0.5rem; `} /> @@ -370,7 +387,7 @@ const QuickstartsPage = ({ data, location }) => { `} > {!isMobile && } - +
{!isMobile && betaBanner()}