From 2742bb9c9edee5077630d38a1e3252a51c9ce4c4 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Sat, 28 Jan 2023 10:53:06 -0900 Subject: [PATCH] rename items -> search --- frontend/layouts/default.vue | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/frontend/layouts/default.vue b/frontend/layouts/default.vue index 28e000c..5006336 100644 --- a/frontend/layouts/default.vue +++ b/frontend/layouts/default.vue @@ -158,10 +158,10 @@ to: "/profile", }, { - icon: "mdi-document", + icon: "mdi-magnify", id: 3, active: computed(() => route.path === "/items"), - name: "Items", + name: "Search", to: "/items", }, { @@ -179,14 +179,6 @@ modals.import = true; }, }, - // { - // icon: "mdi-database-export", - // id: 5, - // name: "Export", - // action: () => { - // console.log("Export"); - // }, - // }, ]; const labelStore = useLabelStore();