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,