From 188a0277236cdc5397c26b6597acb2ba0a451626 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 27 Nov 2020 16:56:56 -0600 Subject: [PATCH] Remove categories from main menu --- components/navbar.vue | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/components/navbar.vue b/components/navbar.vue index 5c6d0dd..d5d611d 100644 --- a/components/navbar.vue +++ b/components/navbar.vue @@ -146,26 +146,6 @@ export default { label: 'Categories', url: '/categories', }, - { - label: 'Developer Tools', - url: '/kind/developer-tools', - }, - { - label: 'Music Tools', - url: '/kind/music-and-audio-tools', - }, - { - label: 'Video and Motion Tools', - url: '/kind/video-and-motion-tools', - }, - { - label: 'Photo Tools', - url: '/kind/photo-and-graphic-tools', - }, - { - label: 'Entertainment', - url: '/kind/entertainment-and-media-apps', - }, { label: 'Games', url: '/games',