From 2f8a0b22b733a144eff242d0f0ccf2f3e1f4211c Mon Sep 17 00:00:00 2001 From: Adam Scarberry <46494851+adamscarberry@users.noreply.github.com> Date: Thu, 20 Jul 2023 13:52:10 -0400 Subject: [PATCH] update footer links --- src/app-components/footer/navigation.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app-components/footer/navigation.jsx b/src/app-components/footer/navigation.jsx index f94c75d..287c5d0 100644 --- a/src/app-components/footer/navigation.jsx +++ b/src/app-components/footer/navigation.jsx @@ -18,14 +18,14 @@ export default function FooterNavigation() { const navigation = { features: [ - { name: 'Location Search', href: '#' }, - { name: 'Data Resources', href: '/data' }, + { name: 'Location by Office', href: '/overview' }, { name: 'Interactive Map', href: '/map' }, + { name: 'Data Resources', href: '/data' }, // { name: 'Water Quality', href: '#' }, ], support: [ - { name: 'Documentation', href: '#' }, - { name: 'Guides', href: '#' }, + { name: 'Help Topics', href: '/help' }, + // { name: 'Guides', href: '#' }, { name: 'API Docs', href: 'https://cwms-data.usace.army.mil/cwms-data/swagger-ui.html',