Add Web UI page title

This commit is contained in:
2025-05-16 23:14:13 +02:00
parent 1b0cfa58be
commit b036cddb07
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
@inject IJSRuntime JsRuntime
@inject ISnackbar Snackbar
<PageTitle>Home</PageTitle>
<PageTitle>PoyoLang Translator</PageTitle>
<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.

View File

@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>PoyoLang.Translator.Web</RootNamespace>
<Version>0.1.1</Version>
<Version>0.1.2</Version>
</PropertyGroup>