Skip to content

Commit

Permalink
(chore): Update navbar logo (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
NethmiRodrigo committed Aug 28, 2024
1 parent 3b65484 commit d60de29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ COPY nginx.conf /etc/nginx/nginx.conf
COPY --from=dev /app/spa /usr/share/nginx/html
COPY config-core_demo.json /usr/share/nginx/html
COPY ./resources/logo.png /usr/share/nginx/html
COPY ./resources/nav-logo.png /usr/share/nginx/html
COPY ./resources/favicon.ico /usr/share/nginx/html

CMD ["/usr/local/bin/startup.sh"]
3 changes: 2 additions & 1 deletion frontend/config-core_demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
},
"@openmrs/esm-primary-navigation-app": {
"logo": {
"src": "${openmrsSpaBase}/logo.png"
"src": "${openmrsSpaBase}/nav-logo.png",
"alt": "Logo"
}
},
"@openmrs/esm-form-builder-app": {
Expand Down
Binary file added frontend/resources/nav-logo.png
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 d60de29

Please sign in to comment.