Fix "Add friends" link (#4663)

This commit is contained in:
Jerozgen
2025-10-30 01:02:28 +03:00
committed by GitHub
parent cf6f3736eb
commit 632b27dc21

View File

@@ -365,7 +365,7 @@ const messages = defineMessages({
<div v-else> <div v-else>
<IntlFormatted :message-id="messages.addFriendsToShare"> <IntlFormatted :message-id="messages.addFriendsToShare">
<template #link="{ children }"> <template #link="{ children }">
<span class="font-semibold text-brand cursor-pointer" @click="signIn"> <span class="font-semibold text-brand cursor-pointer" @click="addFriendModal.show">
<component :is="() => children" /> <component :is="() => children" />
</span> </span>
</template> </template>