rename items -> search

This commit is contained in:
Hayden 2023-01-28 10:53:06 -09:00
parent 429ecc3005
commit 2742bb9c9e
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -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();