Rebranding the title icon #3

Merged
pitfriedrich merged 1 commits from feature/rebranding_2 into main 2026-08-08 13:56:20 +00:00
Showing only changes of commit 9b0fead79f - Show all commits
@@ -35,7 +35,7 @@ public final class MainLayout extends AppLayout {
private Component createApplicationHeader() {
// 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.addThemeVariants(AvatarVariant.AURA_FILLED, AvatarVariant.XSMALL);