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