We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cca945 commit 1eb63d7Copy full SHA for 1eb63d7
Moonlight/Core/UI/Views/Admin/Sys/Index.razor
@@ -48,7 +48,7 @@
48
</div>
49
<div class="col-md-3 col-12">
50
@{
51
- var commitText = $"{MoonlightService.BuildCommitHash.Substring(0, 6)}"; // TODO: Add update check (possible during startup, with error handling etc)
+ var commitText = $"{MoonlightService.BuildCommitHash.Substring(0, 7)}"; // TODO: Add update check (possible during startup, with error handling etc)
52
}
53
54
<StatCard Value="@commitText" Description="Commit" Icon="bxl-git"/>
0 commit comments