From 95d87f5a2250fb19fa49fca53c4a150d0d3deda4 Mon Sep 17 00:00:00 2001 From: Jeremy Wharton Date: Thu, 14 Sep 2023 18:23:29 -0500 Subject: [PATCH] web/satellite/vuetify-poc: remove Browse from project nav sidebar This change removes the Browse item from the project navigation sidebar. This item didn't do anything, and we have no plans to use it. Resolves #6281 Change-Id: Ifed6a563e38585955b0bf180c2896d6d224cb7dc --- .../src/components/icons/IconBrowse.vue | 17 ----------------- .../src/layouts/default/ProjectNav.vue | 10 ---------- 2 files changed, 27 deletions(-) delete mode 100644 web/satellite/vuetify-poc/src/components/icons/IconBrowse.vue diff --git a/web/satellite/vuetify-poc/src/components/icons/IconBrowse.vue b/web/satellite/vuetify-poc/src/components/icons/IconBrowse.vue deleted file mode 100644 index d4662534a..000000000 --- a/web/satellite/vuetify-poc/src/components/icons/IconBrowse.vue +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright (C) 2023 Storj Labs, Inc. -// See LICENSE for copying information. - - - - diff --git a/web/satellite/vuetify-poc/src/layouts/default/ProjectNav.vue b/web/satellite/vuetify-poc/src/layouts/default/ProjectNav.vue index b7bd1bbda..661aa6445 100644 --- a/web/satellite/vuetify-poc/src/layouts/default/ProjectNav.vue +++ b/web/satellite/vuetify-poc/src/layouts/default/ProjectNav.vue @@ -135,15 +135,6 @@ - - - - Browse - - -