minor change for pipeline test

This commit is contained in:
Nils Burghardt
2025-07-12 19:31:08 +02:00
parent 48dcbf3913
commit f55394efe8

View File

@@ -27,7 +27,7 @@ public class MainLayout extends AppLayout {
}
private void createHeader() {
H1 logo = new H1("My Time Tracker");
H1 logo = new H1("Time Tracker");
logo.getStyle()
.set("font-size", "var(--lumo-font-size-l)")
.set("margin", "0");