Skip to content

Commit b8220af

Browse files
authored
replace logo with envt word in nav header (#22)
* Update config-core-sdh-dev.json * Update config-core-sdh-dev.json * Update config-core-sdh-dev.json * Update config-core-sdh-dev.json * replace logo with envt label
1 parent e6a88ea commit b8220af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frontend/config-core-sdh-dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"@openmrs/esm-primary-navigation-app": {
4747
"logo": {
48-
"src": "https://salcedodoctorshospital.org/assets/sdh-logo.png"
48+
"name": "SDH-Dev"
4949
}
5050
}
5151
}

frontend/config-core-sdh-stage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"@openmrs/esm-primary-navigation-app": {
4747
"logo": {
48-
"src": "https://salcedodoctorshospital.org/assets/sdh-logo.png"
48+
"name": "SDH-Stage"
4949
}
5050
}
5151
}

frontend/config-core-sdh-test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"@openmrs/esm-primary-navigation-app": {
4747
"logo": {
48-
"src": "https://salcedodoctorshospital.org/assets/sdh-logo.png"
48+
"name": "SDH-Test"
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)