Skip to content

Commit

Permalink
change title
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Nov 16, 2024
1 parent bc1c133 commit 75c8c18
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified src/CleanAspire.Api/CleanAspireDb.db-shm
Binary file not shown.
Binary file modified src/CleanAspire.Api/CleanAspireDb.db-wal
Binary file not shown.
2 changes: 1 addition & 1 deletion src/CleanAspire.ClientApp/Layout/MainLayout.razor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@inherits LayoutComponentBase

<PageTitle>@L["BlazorPocket App"]</PageTitle>
<PageTitle>@L["Blazor WPA"]</PageTitle>

<MudRTLProvider RightToLeft="@LayoutService.IsRTL">
<MudThemeProvider @ref="@_mudThemeProvider" Theme="@LayoutService.CurrentTheme" IsDarkMode="@LayoutService.IsDarkMode" IsDarkModeChanged="@LayoutService.SetDarkMode" />
Expand Down
2 changes: 1 addition & 1 deletion src/CleanAspire.ClientApp/Pages/Account/SignIn.razor
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<MudPaper Elevation="3" Class="pa-8" Width="100%" MaxWidth="500px">
<div class="d-flex flex-row align-center gap-3 my-3">
<MudBlazorLogo Style="with:60px;height:60px"></MudBlazorLogo>
<MudText Typo="Typo.h5">@L["BlazorPocket App"]</MudText>
<MudText Typo="Typo.h5">@L["Blazor WPA"]</MudText>
</div>
<div class="d-flex flex-column gap-2">

Expand Down

0 comments on commit 75c8c18

Please sign in to comment.