Skip to content

Commit 1eb63d7

Browse files
Adjusted the length of the commit sha to look like on github
1 parent 1cca945 commit 1eb63d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Moonlight/Core/UI/Views/Admin/Sys/Index.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</div>
4949
<div class="col-md-3 col-12">
5050
@{
51-
var commitText = $"{MoonlightService.BuildCommitHash.Substring(0, 6)}"; // TODO: Add update check (possible during startup, with error handling etc)
51+
var commitText = $"{MoonlightService.BuildCommitHash.Substring(0, 7)}"; // TODO: Add update check (possible during startup, with error handling etc)
5252
}
5353

5454
<StatCard Value="@commitText" Description="Commit" Icon="bxl-git"/>

0 commit comments

Comments
 (0)