Skip to content

Commit

Permalink
KH-426: Replace Ozone with MOH logo (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazlaw authored Jan 11, 2024
1 parent b647abf commit ce75a9d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
<exclude>distro/**/ampathforms/*.json</exclude>
<exclude>distro/**/ampathformstranslations/*.json</exclude>
<exclude>distro/**/*demo.csv</exclude>
<exclude>distro/configs/openmrs/frontend_config/ozone_logo*</exclude>
</excludes>
</resource>
</resources>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions configs/openmrs/frontend_config/ozone-frontend-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@
}
},
"logo": {
"src": "ozone/ozone_logo_white.svg",
"alt": "ozone-logo"
"src": "ozone/emr_logo_small.png",
"alt": "emr-logo"
},
"Display conditions": {
"privileges": [
Expand Down Expand Up @@ -373,14 +373,14 @@
},
"@openmrs/esm-login-app": {
"logo": {
"src": "ozone/ozone_logo_color.svg",
"alt": "ozone-logo"
"src": "ozone/emr_logo_color.png",
"alt": "emr-logo"
}
},
"@openmrs/esm-primary-navigation-app": {
"logo": {
"src": "ozone/ozone_logo_white.svg",
"alt": "ozone-logo"
"src": "ozone/emr_logo_small.png",
"alt": "emr-logo"
},
"extensionSlots": {
"app-menu-slot": {
Expand Down

0 comments on commit ce75a9d

Please sign in to comment.