From 0d113488a7c23c9410c1e392f97561a65b7426fd Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Wed, 27 Aug 2025 09:25:28 -0600 Subject: [PATCH] Add focus states --- app/components/ContentLockup.js | 2 +- app/components/FeatureGrid.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/components/ContentLockup.js b/app/components/ContentLockup.js index fbdb486..2474f8c 100644 --- a/app/components/ContentLockup.js +++ b/app/components/ContentLockup.js @@ -80,7 +80,7 @@ const ContentLockup = ({ {variant === "feature" && linkText && ( {linkText} diff --git a/app/components/FeatureGrid.js b/app/components/FeatureGrid.js index 8d29827..7c6c4fa 100644 --- a/app/components/FeatureGrid.js +++ b/app/components/FeatureGrid.js @@ -8,9 +8,10 @@ const FeatureGrid = ({ title, subtitle, className = "" }) => { return (