From 8de7893e7303444e32e6a9bdd5e9016a8a0ccdfb Mon Sep 17 00:00:00 2001 From: Tyler Adam Martinez Date: Mon, 18 May 2026 14:21:16 -0500 Subject: [PATCH] fix(home): patch broken link --- src/pages/home/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx index e467e008..ccf4a19a 100644 --- a/src/pages/home/index.tsx +++ b/src/pages/home/index.tsx @@ -43,8 +43,7 @@ export const Home = () => { } const appEnv = import.meta.env.VITE_APP_ENV || 'production' -const showTestSiteBanner = - import.meta.env.DEV || appEnv !== 'production' +const showTestSiteBanner = import.meta.env.DEV || appEnv !== 'production' const HomeNotification = ({ noPermissions }) => { const [notificationOpen, setNotificationOpen] = useState(true) @@ -337,7 +336,7 @@ const About = () => { go({ to: '/ocotillo/help' })} + onClick={() => go({ to: '/ogcapi' })} >