d8289237e9
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 5m46s
Replaced instances of "شجرهنامه" with "سازمان فروش" across multiple files to ensure consistent terminology. Additionally, updated references to "پاداش تیمی" to "پاداش های دریافتی" for clarity in user-facing text. Affected files: - FAQ.razor.cs - Index.razor - Index.razor.cs - Profile/Index.razor - Profile/Index.razor.cs - Profile/MagicWallet.razor - Profile/Tree.razor - Profile/Wallet.razor - Utilities/WalletService.cs
15 lines
463 B
Plaintext
15 lines
463 B
Plaintext
@attribute [Route(RouteConstants.Profile.Tree)]
|
|
@using FrontOffice.Main.Pages.Profile.Components
|
|
|
|
<PageTitle>سازمان فروش</PageTitle>
|
|
|
|
<MudContainer MaxWidth="MaxWidth.Large" Class="py-6">
|
|
<MudStack Spacing="3">
|
|
<PageHeader Title="سازمان فروش" BackHref="@RouteConstants.Profile.Index" />
|
|
|
|
<MudPaper Elevation="2" Class="pa-4 rounded-lg">
|
|
<OrganizationChart />
|
|
</MudPaper>
|
|
</MudStack>
|
|
</MudContainer>
|