Merge pull request 'Rebranding the title icon' (#3) from feature/rebranding_2 into main

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2026-08-08 13:56:19 +00:00
@@ -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);