diff --git a/assets/js/components/Navbar.vue b/assets/js/components/Navbar.vue index 1f518987..6d8a82d2 100644 --- a/assets/js/components/Navbar.vue +++ b/assets/js/components/Navbar.vue @@ -64,6 +64,16 @@ export default { href: '/talks', pattern: '^/talks/?', }, + { + title: 'Experience', + href: '/experience', + pattern: '^/experience/?$', + }, + { + title: 'Testimonials', + href: '/testimonials', + pattern: '^/testimonials/?$', + }, { title: 'Book', href: '/test-driven-drupal',