1
0

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>
<IntlFormatted :message-id="messages.addFriendsToShare">
<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" />
</span>
</template>