From abfd7af4d9f99649a1dd541e7fede4bc1368efeb Mon Sep 17 00:00:00 2001 From: Pranav C Date: Fri, 24 Mar 2023 11:20:35 +0530 Subject: [PATCH] refactor: key nme to camelcase Signed-off-by: Pranav C --- packages/nc-gui/pages/account/index.vue | 2 +- packages/nc-gui/utils/iconUtils.ts | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/nc-gui/pages/account/index.vue b/packages/nc-gui/pages/account/index.vue index d9378cb838..dfbe7a165b 100644 --- a/packages/nc-gui/pages/account/index.vue +++ b/packages/nc-gui/pages/account/index.vue @@ -77,7 +77,7 @@ const openKeys = ref([/^\/account\/users/.test($route.fullPath) && 'users']) @click="navigateTo('/account/apps')" >
- +
App Store
diff --git a/packages/nc-gui/utils/iconUtils.ts b/packages/nc-gui/utils/iconUtils.ts index 2c7fb66172..bedab8fa3c 100644 --- a/packages/nc-gui/utils/iconUtils.ts +++ b/packages/nc-gui/utils/iconUtils.ts @@ -150,7 +150,7 @@ export const iconMap = { loading: MdiLoading, arrowCollapse: MdiArrowCollapse, markerAlert: MdiMapMarkerAlert, - appstore: MdiStorefrontOutline, + appStore: MdiStorefrontOutline, chevronLeft: MdiChevronLeft, chevronRight: MdiChevronRight, imagePlaceholder: MdiFileImageBox, @@ -271,7 +271,6 @@ export const iconMap = { closeCircle: PhXCircleLight, closeBox: PhXSquareLight, close: PhXLight, - openInNew: MdiOpenInNew, mm: MMIcon, hm: HMIcon,