Skip to content

Commit

Permalink
Merge pull request #13213 from SORMAS-Foundation/change-13126-update-…
Browse files Browse the repository at this point in the history
…default-logo-to-only-sf-logo

Change 13126 update default logo to only sf logo
  • Loading branch information
obinna-h-n authored Dec 14, 2024
2 parents 7602439 + 8439dd1 commit 2a94140
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3127,8 +3127,8 @@ public interface Captions {
String versionIsMissing = "versionIsMissing";
String view = "view";
String View_actions = "View.actions";
String View_adverseeventinvestigations = "View.adverseeventinvestigations";
String View_adverseevents = "View.adverseevents";
String View_adverseevents_investigations = "View.adverseevents.investigations";
String View_aggregatereports = "View.aggregatereports";
String View_aggregatereports_aggregatereporting = "View.aggregatereports.aggregatereporting";
String View_aggregatereports_reportdata = "View.aggregatereports.reportdata";
Expand Down
2 changes: 1 addition & 1 deletion sormas-api/src/main/resources/captions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3122,7 +3122,7 @@ View.samples.sub=
View.travelEntries=Travel Entries Directory
View.immunizations=Immunization Directory
View.adverseevents=Adverse Events Directory
View.adverseeventinvestigations=AEFI Investigations Directory
View.adverseevents.investigations=AEFI Investigations Directory
View.statistics=Statistics
View.statistics.database-export=Database export
View.tasks=Task Management
Expand Down
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 2a94140

Please sign in to comment.