Compare commits

...

2 Commits

Author SHA1 Message Date
pitfriedrich f6d95b9ff9 Merge pull request 'Rebranding the title icon' (#3) from feature/rebranding_2 into main
Reviewed-on: #3
2026-08-08 13:56:19 +00:00
pitfriedrich 9b0fead79f Rebranding the title icon
CI / Build & Test (pull_request) Successful in 1m6s
2026-08-08 15:56:05 +02:00
@@ -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);