Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f6d95b9ff9 | |||
| 9b0fead79f |
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user