diff --git a/web/hwlab-cloud-web/src/components/layout/AppNavigation.vue b/web/hwlab-cloud-web/src/components/layout/AppNavigation.vue index 59e8a1a1..8cea45bb 100644 --- a/web/hwlab-cloud-web/src/components/layout/AppNavigation.vue +++ b/web/hwlab-cloud-web/src/components/layout/AppNavigation.vue @@ -13,7 +13,6 @@ import { Cpu, CreditCard, FolderKanban, - GanttChart, Gauge, KeyRound, LayoutDashboard, @@ -114,7 +113,7 @@ const navSections = [ name: "TaskTree", label: "TaskTree", path: "/projects/tasktree", - icon: GanttChart, + icon: ChartBar, navId: "project.tasktree", }, ],