Disable product links and reset wallet balances for testing purposes

This commit is contained in:
masoodafar-web
2025-11-20 21:12:04 +03:30
parent 973beb9e2f
commit aa52327702
3 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@
</div>
<div class="d-none d-md-flex align-center gap-10">
@if (_isAuthenticated)
@if (_isAuthenticated && false)
{
<MudLink Href="@(RouteConstants.Store.Products)" Typo="Typo.subtitle1" Class="mud-link">محصولات</MudLink>
<MudLink Href="@(RouteConstants.Store.Cart)" Typo="Typo.subtitle1" Class="mud-link">سبد خرید</MudLink>