<UTooltip :config="{width: 'min-w-16'}" :text="coppied ? $t('common.copied') : $t('common.share')" class="flex h-10 w-10 items-center justify-center rounded-full bg-neutral-900/30 hover:bg-neutral-200/30" @mouseleave="coppied = false"> <BaseIcon class="h-4 w-4 text-white" filled name="share"/> </UTooltip>