From c3e3702a7e09cdedaaf7b869dc924a2a38bed4d9 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Sat, 18 Feb 2023 10:56:28 -0900 Subject: [PATCH] refactor: change icon for locations to tree view --- frontend/layouts/default.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/layouts/default.vue b/frontend/layouts/default.vue index 16507bd..412bb75 100644 --- a/frontend/layouts/default.vue +++ b/frontend/layouts/default.vue @@ -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",