From 9719e84dd72e47be775313ba341da4fdc9eb509e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 8 Mar 2019 13:40:41 +0000 Subject: [PATCH] Re-order nav items --- assets/js/components/Navbar.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/js/components/Navbar.vue b/assets/js/components/Navbar.vue index 74888f8a..b6462dcc 100644 --- a/assets/js/components/Navbar.vue +++ b/assets/js/components/Navbar.vue @@ -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',