mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-16 13:48:44 +00:00
refactor: change icon for locations to tree view
This commit is contained in:
parent
fb57120067
commit
c3e3702a7e
1 changed files with 10 additions and 10 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue