From 2b552c79a5dff55bb8407f0d968b1c7bc8a9e11f Mon Sep 17 00:00:00 2001 From: John Gerrard Holland Date: Tue, 15 Aug 2023 11:36:13 +0200 Subject: [PATCH] fix: replace Link tag in BottomBanner with normal Anchor tag Described here: https://www.gatsbyjs.com/docs/linking-between-pages/#using-a-for-external-links --- .../src/components/BottomBanner.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-theme-project-portal/src/components/BottomBanner.tsx b/packages/gatsby-theme-project-portal/src/components/BottomBanner.tsx index 7e2bf4a53..956c7ef99 100644 --- a/packages/gatsby-theme-project-portal/src/components/BottomBanner.tsx +++ b/packages/gatsby-theme-project-portal/src/components/BottomBanner.tsx @@ -24,13 +24,13 @@ export const BottomBanner: FunctionComponent = ({
{!isNA(link) && resolvedImage && ( - + - + )} {isNA(link) && { resolvedImage } && (