From 8cc7ff9f4861d24dd0ead029b1448a2c81199fe8 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 8 Mar 2019 11:03:27 +0000 Subject: [PATCH] Re-enable Experience --- 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 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',