mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 17:44:20 -08:00
Update nav links
This commit is contained in:
parent
118ce4b8e3
commit
83f58ce9a8
2 changed files with 2 additions and 13 deletions
|
@ -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: [
|
||||
|
|
|
@ -21,7 +21,6 @@ const Layout = ({ children }) => {
|
|||
siteMetadata {
|
||||
title
|
||||
navigation {
|
||||
title
|
||||
items {
|
||||
text
|
||||
link
|
||||
|
|
Loading…
Add table
Reference in a new issue