Rebranding the title icon
CI / Build & Test (pull_request) Successful in 1m6s

This commit is contained in:
2026-08-08 15:56:05 +02:00
parent 813303cafa
commit 9b0fead79f
@@ -35,7 +35,7 @@ public final class MainLayout extends AppLayout {
private Component createApplicationHeader() { private Component createApplicationHeader() {
// TODO Replace with real application logo and name // TODO Replace with real application logo and name
var appLogo = new Avatar("My Application"); var appLogo = new Avatar("Authentication Test");
appLogo.addClassName("app-logo"); appLogo.addClassName("app-logo");
appLogo.addThemeVariants(AvatarVariant.AURA_FILLED, AvatarVariant.XSMALL); appLogo.addThemeVariants(AvatarVariant.AURA_FILLED, AvatarVariant.XSMALL);