refactor: update share and reload icon

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2023-03-23 12:59:22 +05:30
parent b2bfa7e56f
commit 28b76dc73d
20 changed files with 37 additions and 29 deletions

View File

@@ -231,7 +231,7 @@ watch(
<div v-else class="flex flex-col pb-4">
<div class="flex flex-row items-center pl-2 pb-1 h-[1rem]">
<MdiAccountOutline />
<component :is="iconMap.account" />
<div class="text-xs ml-0.5 mt-0.5">{{ selectedUser ? $t('activity.editUser') : $t('activity.inviteTeam') }}</div>
</div>