diff --git a/resources/js/components/Navbar.vue b/resources/js/components/Navbar.vue index 9bec3aee..5e80ef3c 100644 --- a/resources/js/components/Navbar.vue +++ b/resources/js/components/Navbar.vue @@ -84,11 +84,6 @@ export default { href: '/', pattern: '^/.$' }, - { - title: 'Projects', - href: '/projects', - pattern: '^/projects/?$' - }, { title: 'Articles', href: '/articles', @@ -104,6 +99,11 @@ export default { href: '/podcasts', pattern: '^/podcasts/?' }, + { + title: 'Projects', + href: '/projects', + pattern: '^/projects/?$' + }, { title: 'Book', href: '/test-driven-drupal',