From f27cc00a9c675320efc7d61687ff770d2d0b7c6e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 23 Apr 2019 09:29:26 +0100 Subject: [PATCH] Remove commented-out Testimonials link --- resources/js/components/Navbar.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/js/components/Navbar.vue b/resources/js/components/Navbar.vue index 5e84d69a..9bf130db 100644 --- a/resources/js/components/Navbar.vue +++ b/resources/js/components/Navbar.vue @@ -93,11 +93,6 @@ export default { href: '/talks', pattern: '^/talks/?', }, - // { - // title: 'Testimonials', - // href: '/testimonials', - // pattern: '^/testimonials/?$', - // }, { title: 'Podcasts', href: '/podcasts',