We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414ac4d commit 62f24f6Copy full SHA for 62f24f6
1 file changed
src/CodeBreaker.Blazor.Client/Pages/GamePage.razor
@@ -3,6 +3,8 @@
3
@using Codebreaker.GameAPIs.Client.Models
4
5
<FluentCard>
6
+ <h2>@Loc["GamePage_Title"]</h2>
7
+
8
@if (_gameStatus == GameMode.NotRunning)
9
{
10
<FluentGrid Class="align-items-end">
0 commit comments