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',