This commit is contained in:
MeysamMoghaddam
2025-10-09 22:39:04 +03:30
parent 8fc4878c44
commit 6eddf7b295
2 changed files with 4 additions and 5 deletions

View File

@@ -136,8 +136,7 @@ else
</MudPaper>
<!-- Reviews Section -->
<MudPaper Elevation="2" Class="pa-6 rounded-2xl mud-theme-surface mt-4">
<MudText Typo="Typo.h6" Class="mb-4 mud-typography-subtitle1">نظرات کاربران</MudText>
<MudPaper Elevation="2" Class="pa-6 rounded-2xl mud-theme-surface mt-4">
<!-- Comment Submission Form (only for authenticated users) -->
@if (_isAuthenticated)
@@ -179,7 +178,7 @@ else
</MudStack>
</MudPaper>
}
<MudText Typo="Typo.h6" Class="my-4 mud-typography-subtitle1">نظرات کاربران</MudText>
<!-- Reviews List -->
@if (_reviews.Any())
{