Re-order items

This commit is contained in:
Oliver Davies 2019-01-15 22:35:23 +00:00
parent 358dc3200b
commit f1be5c55b5

View file

@ -54,16 +54,16 @@ export default {
href: '/', href: '/',
pattern: '^/.$', pattern: '^/.$',
}, },
{
title: 'Talks',
href: '/talks',
pattern: '^/talks/?',
},
{ {
title: 'Articles', title: 'Articles',
href: '/articles', href: '/articles',
pattern: '^/articles/?', pattern: '^/articles/?',
}, },
{
title: 'Talks',
href: '/talks',
pattern: '^/talks/?',
},
{ {
title: 'Book', title: 'Book',
href: '/test-driven-drupal', href: '/test-driven-drupal',