diff --git a/ts/App.vue b/ts/App.vue index a93cead3..8c6e1b92 100644 --- a/ts/App.vue +++ b/ts/App.vue @@ -10,6 +10,7 @@ diff --git a/ts/components/layout/Sidebar.vue b/ts/components/layout/Sidebar.vue index eb7a0303..f484fa74 100644 --- a/ts/components/layout/Sidebar.vue +++ b/ts/components/layout/Sidebar.vue @@ -15,120 +15,51 @@ About
  • - - - Home - +
  • - - - Intelligence - +
  • - - - Communication - - {{ - notificationCounts.communication > 99 - ? "99+" - : notificationCounts.communication - }} - unread notifications - - +
  • - - - Planning - +
  • - - - Operations - +
  • - - - Review - - {{ - notificationCounts.review > 99 ? "99+" : notificationCounts.review - }} - unread notifications - - +
  • - - - Configuration - +
  • - - - Sudo - +
  • -