Update MudBlazor integration, improve captcha handling, and upgrade project dependencies
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<MudText Typo="Typo.h2" Align="Align.Center" Class="mb-3">
|
||||
آماده شنیدن صدای شما هستیم
|
||||
</MudText>
|
||||
<MudText Typo="Typo.body1" Align="Align.Center" Class="mud-text-secondary mb-6" MaxWidth="600px">
|
||||
<MudText Typo="Typo.body1" Align="Align.Center" Class="mud-text-secondary mb-6" Style="max-width:600px">
|
||||
سوالات، پیشنهادات یا انتقادات خود را با ما در میان بگذارید. تیم ما آماده پاسخگویی به شماست.
|
||||
</MudText>
|
||||
</MudStack>
|
||||
@@ -94,7 +94,7 @@
|
||||
|
||||
<MudItem xs="12">
|
||||
<MudStack Row="true" Spacing="2" AlignItems="AlignItems.Start">
|
||||
<MudCheckBox T="bool" @bind-Checked="_contactForm.AcceptTerms" />
|
||||
<MudCheckBox @bind-Value="_contactForm.AcceptTerms" />
|
||||
<MudText Typo="Typo.body2" Class="mud-text-secondary">
|
||||
با ارسال این فرم،
|
||||
<MudLink Href="/privacy" Target="_blank">سیاست حفظ حریم خصوصی</MudLink>
|
||||
@@ -234,4 +234,3 @@
|
||||
</MudContainer>
|
||||
</section>
|
||||
</MudStack>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user