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",
|
||||
},
|
||||
{
|
||||
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",
|
||||
|
|
Loading…
Reference in a new issue