From 22f42935e634a8b303cf84d4e2e1ef2c28c8bdb4 Mon Sep 17 00:00:00 2001 From: Guus van Meerveld <57101832+Guusvanmeerveld@users.noreply.github.com> Date: Wed, 27 Nov 2019 13:46:14 +0100 Subject: [PATCH] Removed search from the navbar --- resources/js/navbar.json.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/resources/js/navbar.json.js b/resources/js/navbar.json.js index 334f4ac..e34673d 100644 --- a/resources/js/navbar.json.js +++ b/resources/js/navbar.json.js @@ -5,12 +5,6 @@ Navbar = [ link: "/", icon: "fas fa-home" }, - { - name: "Search", - desc: "Zoek iets op", - icon: "fas fa-search", - func: "showSearch()" - }, { name: "Playground", desc: "Test je html live!",