|
|
|
@ -44,8 +44,8 @@ useEventListener(document, 'keydown', async (e: KeyboardEvent) => {
|
|
|
|
|
<span class="text-xs">{{ $t('activity.inviteTeam') }}</span> |
|
|
|
|
</template> |
|
|
|
|
<a-button type="primary" class="!rounded-md mr-1" size="medium"> |
|
|
|
|
<div class="flex items-center space-x-1 cursor-pointer text-xs font-weight-bold "> |
|
|
|
|
<MdiAccountPlusOutline class="mr-1 nc-share-base text-gray-300 hover:text-accent" /> |
|
|
|
|
<div class="flex items-center space-x-1 cursor-pointer text-xs font-weight-bold"> |
|
|
|
|
<MdiAccountPlusOutline class="mr-1 nc-share-base hover:text-accent text-sm" /> |
|
|
|
|
Share |
|
|
|
|
</div> |
|
|
|
|
</a-button> |
|
|
|
|