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:
@@ -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