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: '/', href: '/',
pattern: '^/.$', pattern: '^/.$',
}, },
{
title: 'Experience',
href: '/experience',
pattern: '^/experience/?$',
},
{ {
title: 'Articles', title: 'Articles',
href: '/articles', href: '/articles',
@ -64,11 +69,6 @@ export default {
href: '/talks', href: '/talks',
pattern: '^/talks/?', pattern: '^/talks/?',
}, },
{
title: 'Experience',
href: '/experience',
pattern: '^/experience/?$',
},
// { // {
// title: 'Testimonials', // title: 'Testimonials',
// href: '/testimonials', // href: '/testimonials',