mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 12:16:41 +00:00
refactor: move all icons to iconMap (WIP)
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -192,7 +192,7 @@ watch(
|
||||
<template v-if="usersData.invitationToken">
|
||||
<div class="flex flex-col mt-1 border-b-1 pb-5">
|
||||
<div class="flex flex-row items-center pl-1.5 pb-1 h-[1.1rem]">
|
||||
<MdiAccountOutline />
|
||||
<component :is="iconMap.account" />
|
||||
<div class="text-xs ml-0.5 mt-0.5">Copy Invite Token</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user