Re-order nav items

This commit is contained in:
Oliver Davies 2019-03-08 13:40:41 +00:00
parent 8cc7ff9f48
commit 9719e84dd7

View file

@ -54,6 +54,11 @@ export default {
href: '/',
pattern: '^/.$',
},
{
title: 'Experience',
href: '/experience',
pattern: '^/experience/?$',
},
{
title: 'Articles',
href: '/articles',
@ -64,11 +69,6 @@ export default {
href: '/talks',
pattern: '^/talks/?',
},
{
title: 'Experience',
href: '/experience',
pattern: '^/experience/?$',
},
// {
// title: 'Testimonials',
// href: '/testimonials',