diff --git a/assets/js/components/Navbar.vue b/assets/js/components/Navbar.vue index b976604b..74888f8a 100644 --- a/assets/js/components/Navbar.vue +++ b/assets/js/components/Navbar.vue @@ -64,11 +64,11 @@ export default { href: '/talks', pattern: '^/talks/?', }, - // { - // title: 'Experience', - // href: '/experience', - // pattern: '^/experience/?$', - // }, + { + title: 'Experience', + href: '/experience', + pattern: '^/experience/?$', + }, // { // title: 'Testimonials', // href: '/testimonials',