Skip to content

Commit

Permalink
Merge pull request #76 from samuelmale/configure-logo
Browse files Browse the repository at this point in the history
Strip out template literals
  • Loading branch information
samuelmale authored Aug 15, 2023
2 parents e8abfc2 + c58d833 commit bbb200d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/ohri-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"notesConceptUuids": ["161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "437d1e25-e7ab-481c-aabc-01f21c6cdef1"],
"logo": {
"src": "${openmrsSpaBase}/ohri_logo_dark.svg"
"src": "ohri_logo_dark.svg"
}
},
"@openmrs/esm-patient-banner-app": {
Expand Down Expand Up @@ -65,15 +65,15 @@
}
},
"logo": {
"src": "${openmrsSpaBase}/ohri_logo_dark.svg"
"src": "ohri_logo_dark.svg"
}
},
"@openmrs/esm-dispensing-app": {
"appName": "Dispensing"
},
"@openmrs/esm-login-app": {
"logo": {
"src": "${openmrsSpaBase}/ohri_logo_light.svg"
"src": "ohri_logo_light.svg"
}
}
}

0 comments on commit bbb200d

Please sign in to comment.