From b6263269904e825eb689ffce0c6ef533c8acb5ac Mon Sep 17 00:00:00 2001 From: Jacob Ebey Date: Thu, 6 Jan 2022 15:56:25 -0800 Subject: [PATCH] feat: added prefetch to links --- app/components/cta-banner.tsx | 2 +- app/components/footer.tsx | 2 +- app/components/navbar.tsx | 10 +++++----- app/components/scrolling-product-list.tsx | 6 +++--- app/components/three-product-grid.tsx | 4 ++-- app/containers/cdp/cdp.component.tsx | 8 ++++---- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/app/components/cta-banner.tsx b/app/components/cta-banner.tsx index 4a26c36..4a7803e 100644 --- a/app/components/cta-banner.tsx +++ b/app/components/cta-banner.tsx @@ -27,7 +27,7 @@ export function CtaBanner({

{description}

- + {ctaText} diff --git a/app/components/footer.tsx b/app/components/footer.tsx index c993409..890317c 100644 --- a/app/components/footer.tsx +++ b/app/components/footer.tsx @@ -51,7 +51,7 @@ export function Footer({

  • {page.title} diff --git a/app/components/navbar.tsx b/app/components/navbar.tsx index 3f94502..4028586 100644 --- a/app/components/navbar.tsx +++ b/app/components/navbar.tsx @@ -44,7 +44,7 @@ export function Navbar({