Skip to content

Commit

Permalink
Merge pull request #51 from suubi-joshua/LOGOS
Browse files Browse the repository at this point in the history
Added the Madiro and Ozone Logo on login page
  • Loading branch information
michaelbontyes authored Oct 20, 2024
2 parents 1f816e2 + 4a70815 commit a04ab51
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added distro/configs/openmrs/frontend_config/ozone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions distro/configs/openmrs/frontend_config/uvl-frontend-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
"@openmrs/esm-login-app": {
"logo": {
"src": "ozone/logo.png"
},
"footer": {
"additionalLogos": [
{
"src": "ozone/ozone.png",
"alt": ""
},
{
"src": "ozone/madiro.png",
"alt": ""
}
]
}
},
"@openmrs/esm-primary-navigation-app": {
Expand Down
Binary file added environment/prod/madiro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added environment/prod/ozone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions environment/prod/uvl-frontend-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
"@openmrs/esm-login-app": {
"logo": {
"src": "ozone/logo.png"
},
"footer": {
"additionalLogos": [
{
"src": "ozone/ozone.png",
"alt": ""
},
{
"src": "ozone/madiro.png",
"alt": ""
}
]
}
},
"@openmrs/esm-primary-navigation-app": {
Expand Down
Binary file added environment/qa/madiro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added environment/qa/ozone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions environment/qa/uvl-frontend-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
"@openmrs/esm-login-app": {
"logo": {
"src": "ozone/logo.png"
},
"footer": {
"additionalLogos": [
{
"src": "ozone/ozone.png",
"alt": ""
},
{
"src": "ozone/madiro.png",
"alt": ""
}
]
}
},
"@openmrs/esm-primary-navigation-app": {
Expand Down
Binary file added environment/uat/madiro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added environment/uat/ozone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions environment/uat/uvl-frontend-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
"@openmrs/esm-login-app": {
"logo": {
"src": "ozone/logo.png"
},
"footer": {
"additionalLogos": [
{
"src": "ozone/ozone.png",
"alt": ""
},
{
"src": "ozone/madiro.png",
"alt": ""
}
]
}
},
"@openmrs/esm-primary-navigation-app": {
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.

0 comments on commit a04ab51

Please sign in to comment.