From bfb5ee68b67c4aca524405fd938e60b714bcda07 Mon Sep 17 00:00:00 2001 From: lbaker Date: Thu, 28 Oct 2021 16:17:53 -0700 Subject: [PATCH] fix: Remove link within link --- src/components/PackTile.js | 4 ++- src/pages/instant-observability.js | 55 ++++++++++++------------------ 2 files changed, 25 insertions(+), 34 deletions(-) diff --git a/src/components/PackTile.js b/src/components/PackTile.js index b48f9a16a..46c8b193c 100644 --- a/src/components/PackTile.js +++ b/src/components/PackTile.js @@ -28,6 +28,7 @@ const PackTile = ({ level, className, summary, + href, }) => { const tessen = useTessen(); @@ -56,7 +57,7 @@ const PackTile = ({ return ( { > {filters?.length === 1 && filters[0] === 'documentation' ? ( // if data source filter is selected, display guided install - - - + href={getGuidedInstallStackedNr1Url(NR1_GUIDED_INSTALL_NERDLET)} + view={view} + logoUrl={GUIDED_INSTALL} + title="Guided Install" + summary="Not sure how to get started? We'll walk you through the process of instrumenting your environment so that you can monitor it." + /> ) : ( // else, display build your own quickstart - - - + href={QUICKSTARTS_REPO} + view={view} + logoUrl={BUILD_YOUR_OWN} + title="Build your own quickstart" + summary="Can't find a quickstart with what you need? Check out our README and build your own." + /> )} {filteredQuickstarts.map((pack) => (