refactor: change icon for locations to tree view

This commit is contained in:
Hayden 2023-02-18 10:56:28 -09:00
parent fb57120067
commit c3e3702a7e
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -145,11 +145,11 @@
to: "/home",
},
{
icon: "mdi-account",
id: 1,
active: computed(() => route.path === "/profile"),
name: "Profile",
to: "/profile",
icon: "mdi-file-tree",
id: 4,
active: computed(() => route.path === "/locations"),
name: "Locations",
to: "/locations",
},
{
icon: "mdi-magnify",
@ -159,11 +159,11 @@
to: "/items",
},
{
icon: "mdi-map-marker",
id: 4,
active: computed(() => route.path === "/locations"),
name: "Locations",
to: "/locations",
icon: "mdi-account",
id: 1,
active: computed(() => route.path === "/profile"),
name: "Profile",
to: "/profile",
},
{
icon: "mdi-cog",