Expose GitHub hash in UI (#604)

* Expose GitHub hash in UI

* Prettier:fix

* cargo fmt

* Update tests

* Fix test
This commit is contained in:
James Wilson
2025-08-28 18:05:46 +01:00
committed by GitHub
parent 4a5cd54cd8
commit 71744ade7c
16 changed files with 115 additions and 33 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
box-sizing: border-box;
}
html, body {
html,
body {
background-color: #2c2b2b;
}