update to show full gametype name on webfront

This commit is contained in:
RaidMax
2021-11-28 10:17:56 -06:00
parent 794e1ee87b
commit 4899ef86cc
5 changed files with 17 additions and 9 deletions

View File

@ -21,7 +21,7 @@
@if (!string.IsNullOrEmpty(Model.GameType) && Model.GameType.Length > 1)
{
<span>&ndash;</span>
<span>@Model.GameType.ToUpper()</span>
<span>@Model.GameType</span>
}
</div>
<div class="text-center text-md-right col-md-4 d-flex align-self-center justify-content-center justify-content-md-end flex-column-reverse flex-sm-row">
@ -54,4 +54,4 @@
data-clienthistory='@Html.Raw(Json.Serialize(Model.PlayerHistory))'
data-clienthistory-ex='@Html.Raw(Json.Serialize(Model.ClientCountHistory))'
data-online="@Model.Online"></div>
</div>
</div>