Update nav links

This commit is contained in:
Shelby Switzer 2021-04-18 21:42:02 -04:00
parent 118ce4b8e3
commit 83f58ce9a8
2 changed files with 2 additions and 13 deletions

View file

@ -5,20 +5,10 @@ module.exports = {
description: `Front end for Justice40 mappping tool project`, description: `Front end for Justice40 mappping tool project`,
navigation: [ navigation: [
{ {
items: [{ text: 'Home', link: '/' }], items: [{ text: 'Leaflet', link: '/' }],
}, },
{ {
items: [ items: [{ text: 'OpenLayers', link: '/openlayers' }],
{ text: 'Document with sidenav', link: '/document-with-sidenav' },
],
},
{
title: 'Document submenu',
items: [
{ text: 'Navigation link', link: '/' },
{ text: 'Navigation link', link: '/' },
{ text: 'Navigation link', link: '/' },
],
}, },
], ],
secondaryLinks: [ secondaryLinks: [

View file

@ -21,7 +21,6 @@ const Layout = ({ children }) => {
siteMetadata { siteMetadata {
title title
navigation { navigation {
title
items { items {
text text
link link