Skip to content

Commit

Permalink
remove giz logo from login screen
Browse files Browse the repository at this point in the history
  • Loading branch information
obinna-h-n committed Dec 14, 2024
1 parent 922ffda commit 8439dd1
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,6 @@ private Layout buildLoginSidebarLayout() {
imgSormasFoundation.setWidth(isCustomBranding ? CUSTOM_BRANDING_LOGO_WIDTH : LOGO_WIDTH, Unit.PIXELS);
poweredByLayout.addComponent(imgSormasFoundation);

if (!isCustomBranding) {
Image imgGiz = new Image(null, new ThemeResource("img/giz-logo.png"));
imgGiz.setWidth(isCustomBranding ? CUSTOM_BRANDING_LOGO_WIDTH : LOGO_WIDTH, Unit.PIXELS);
poweredByLayout.addComponent(imgGiz);
}

loginSidebarLayout.addComponent(poweredByLayout);

Label customSidebarLabel = new Label();
Expand Down

0 comments on commit 8439dd1

Please sign in to comment.