Compare commits

...

2 Commits

Author SHA1 Message Date
pitfriedrich 813303cafa Merge pull request 'Rebranding the title' (#2) from feature/rebranding into main
Reviewed-on: #2
2026-08-08 13:54:47 +00:00
pitfriedrich cb07e287c4 Rebranding the title
CI / Build & Test (pull_request) Successful in 1m5s
2026-08-08 15:52:52 +02:00
@@ -39,7 +39,7 @@ public final class MainLayout extends AppLayout {
appLogo.addClassName("app-logo");
appLogo.addThemeVariants(AvatarVariant.AURA_FILLED, AvatarVariant.XSMALL);
var appName = new Span("My Application");
var appName = new Span("Authentication Test");
appName.addClassName("app-name");
var nameGroup = new HorizontalLayout(appLogo, appName);