1
0
mirror of synced 2024-11-24 23:10:17 +01:00
TaikoLocalServer/TaikoWebUI/Pages/Dashboard.razor
shiibe 5a144f8ce6 Misc. UI changes/fixes
* Consistent heading sizes for all pages

* Swap any heading tags to `MudText` components

* Only show password options if login is required
2024-03-08 03:06:08 -05:00

7 lines
147 B
Plaintext

@page "/"
<MudText Typo="Typo.h4">@Localizer["dashboard"]</MudText>
<MudText Class="mt-8">
@Localizer["Welcome to TaikoWebUI!"]
</MudText>