Skip to content

Commit 62f24f6

Browse files
committed
Added heading to GamePage
1 parent 414ac4d commit 62f24f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/CodeBreaker.Blazor.Client/Pages/GamePage.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
@using Codebreaker.GameAPIs.Client.Models
44

55
<FluentCard>
6+
<h2>@Loc["GamePage_Title"]</h2>
7+
68
@if (_gameStatus == GameMode.NotRunning)
79
{
810
<FluentGrid Class="align-items-end">

0 commit comments

Comments
 (0)