Add Web UI page title
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
@inject IJSRuntime JsRuntime
|
@inject IJSRuntime JsRuntime
|
||||||
@inject ISnackbar Snackbar
|
@inject ISnackbar Snackbar
|
||||||
|
|
||||||
<PageTitle>Home</PageTitle>
|
<PageTitle>PoyoLang Translator</PageTitle>
|
||||||
|
|
||||||
<MudText Typo="Typo.h3" GutterBottom="true" Class="mt-5">PoyoLang Translator</MudText>
|
<MudText Typo="Typo.h3" GutterBottom="true" Class="mt-5">PoyoLang Translator</MudText>
|
||||||
<MudText Class="mb-5">Using this website you can freely translate from and to the Poyo language.
|
<MudText Class="mb-5">Using this website you can freely translate from and to the Poyo language.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<RootNamespace>PoyoLang.Translator.Web</RootNamespace>
|
<RootNamespace>PoyoLang.Translator.Web</RootNamespace>
|
||||||
<Version>0.1.1</Version>
|
<Version>0.1.2</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user