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`,
navigation: [
{
items: [{ text: 'Home', link: '/' }],
items: [{ text: 'Leaflet', link: '/' }],
},
{
items: [
{ text: 'Document with sidenav', link: '/document-with-sidenav' },
],
},
{
title: 'Document submenu',
items: [
{ text: 'Navigation link', link: '/' },
{ text: 'Navigation link', link: '/' },
{ text: 'Navigation link', link: '/' },
],
items: [{ text: 'OpenLayers', link: '/openlayers' }],
},
],
secondaryLinks: [

View file

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