mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 01:47:04 +00:00
refactor: move all icons to iconMap (WIP)
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { iconMap } from '#imports'
|
||||
|
||||
const { isUIAllowed } = useUIPermission()
|
||||
|
||||
const { t } = useI18n()
|
||||
@@ -14,7 +16,7 @@ const toggleDialog = inject(ToggleDialogInj, () => {})
|
||||
>
|
||||
<div>
|
||||
<div class="flex items-center space-x-1">
|
||||
<PhUsersThreeThin class="mr-1 nc-new-base" />
|
||||
<component :is="iconMap.users" class="mr-1 nc-new-base" />
|
||||
<div>{{ t('title.teamAndSettings') }}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user