Skip to content

Commit

Permalink
Added logo_white_svg and removed AFE
Browse files Browse the repository at this point in the history
  • Loading branch information
Amos Laboso committed Apr 17, 2024
1 parent 676f140 commit eebcd2b
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 4 deletions.
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ COPY images/ampath-logo.png ./spa/images/ampath-logo.png
COPY images/favicon.ico ./spa/images/favicon.ico
COPY images/logo.png ./spa/images/logo.png
COPY images/logo_with_tagline.svg ./spa/images/logo_with_tagline.svg
COPY images/logo_white.svg ./spa/images/logo_white.svg
COPY images/logoo.png ./spa/images/logoo.png
COPY config.json ./spa/config.json

Expand Down
6 changes: 3 additions & 3 deletions frontend/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"@openmrs/esm-primary-navigation-app": {
"logo": {
"src": "https://poc-test-builds.fra1.digitaloceanspaces.com/@brand/logo_white.svg",
"src": "images/logo_white.svg",
"name": "Ampath POC"
}
},
Expand Down Expand Up @@ -57,7 +57,7 @@
}
},
"logo": {
"src": "https://poc-test-builds.fra1.digitaloceanspaces.com/@brand/logo_white.svg"
"src": "images/logo_white.svg"
},
"Translation overrides": {
"en": {
Expand Down Expand Up @@ -728,4 +728,4 @@
"linkedToCareYesValueConcept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
}
}
}
}
52 changes: 52 additions & 0 deletions frontend/images/logo_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion frontend/spa-assemble-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@ohri/openmrs-esm-ohri-hiv-app": "next",
"@openmrs/esm-form-engine-app": "next",
"@ohri/esm-patient-chart-app": "next",
"@openmrs/esm-form-entry-app": "next",
"@openmrs/esm-billing-app": "next",
"@ohri/openmrs-esm-ohri-opd-app": "next"
},
Expand Down

0 comments on commit eebcd2b

Please sign in to comment.