Skip to content

Commit

Permalink
change default logo from updf-logo.jpg to logo.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
slubwama authored Oct 28, 2024
1 parent debf370 commit 85728ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const configSchema = {
loginLogoImage: {
src: {
_type: Type.String,
_default: "/openmrs/spa/updf-logo.jpg",
_default: "/openmrs/spa/logo.svg",
_description:
"A path or URL to an image. If null, will use the OpenMRS SVG sprite.",
_validators: [validators.isUrl],
Expand Down

0 comments on commit 85728ec

Please sign in to comment.