Skip to content

Commit

Permalink
feat: add COVID to navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
netspencer committed Jul 22, 2020
1 parent 07258cd commit 0794672
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/navigation.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
const navigation = {
pages: [
{ title: 'COVID Update', href: '/covid' },
{ title: 'Our Story', href: '/story' },
{ title: 'Wedding Party', href: '/party' },
{ title: 'Memories', href: '/memories' },
{ title: 'The Big Day', href: '/wedding' },
{ title: 'Registry', href: '/registry' },
{ title: 'Getting There', href: '/travel' },
{ title: 'Things To Do in LA', href: '/los-angeles' }
]
{ title: 'Things To Do in LA', href: '/los-angeles' },
],
}

export default navigation

0 comments on commit 0794672

Please sign in to comment.