5a144f8ce6
* Consistent heading sizes for all pages * Swap any heading tags to `MudText` components * Only show password options if login is required
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
@page "/"
|
|
|
|
<MudText Typo="Typo.h4">@Localizer["dashboard"]</MudText>
|
|
|
|
<MudText Class="mt-8">
|
|
@Localizer["Welcome to TaikoWebUI!"]
|
|
</MudText> |