Skip to content

Commit

Permalink
update footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
adamscarberry committed Jul 20, 2023
1 parent e036f80 commit 2f8a0b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app-components/footer/navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2f8a0b2

Please sign in to comment.