This commit is contained in:
MeysamMoghaddam
2025-10-22 16:13:37 +03:30
parent d69a3617d9
commit 47a185bfbe
10 changed files with 28 additions and 28 deletions

View File

@@ -136,7 +136,7 @@ public partial class Index
private async Task ShareReferralCode()
{
var shareText = $"کد دعوت من در فرصت: {_userProfile.ReferralCode}\nبرای عضویت از این لینک استفاده کنید:";
var shareText = $"کد دعوت من در KBS: {_userProfile.ReferralCode}\nبرای عضویت از این لینک استفاده کنید:";
try
{
@@ -144,7 +144,7 @@ public partial class Index
await JSRuntime.InvokeVoidAsync("navigator.share",
new
{
title = "کد دعوت فرصت",
title = "کد دعوت KBS",
text = shareText,
url = $"{Navigation.BaseUri}?ref={_userProfile.ReferralCode}"
});