This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user