fix beta label in web UI

This commit is contained in:
Jesse Plamondon-Willard 2021-08-25 18:26:15 -04:00
parent 911843e1be
commit b8dac41da8
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
TimeSpan staleAge = DateTimeOffset.UtcNow - Model.LastUpdated; TimeSpan staleAge = DateTimeOffset.UtcNow - Model.LastUpdated;
bool hasBeta = Model.BetaVersion != null; bool hasBeta = Model.BetaVersion != null;
string betaLabel = "SDV @Model.BetaVersion only"; string betaLabel = $"SDV {Model.BetaVersion} only";
} }
@section Head { @section Head {
<link rel="stylesheet" href="~/Content/css/mods.css?r=20200218" /> <link rel="stylesheet" href="~/Content/css/mods.css?r=20200218" />