Adjusted the length of the commit sha to look like on github

This commit is contained in:
Marcel Baumgartner
2024-06-30 02:47:48 +02:00
parent 1cca9457ee
commit 1eb63d7a8c

View File

@@ -48,7 +48,7 @@
</div>
<div class="col-md-3 col-12">
@{
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)
}
<StatCard Value="@commitText" Description="Commit" Icon="bxl-git"/>