Skip to content

Commit

Permalink
update image banner url (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jabahum authored Oct 31, 2024
1 parent c563951 commit 08d81a7
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 = {
loginBanner: {
src: {
_type: Type.String,
_default: "/openmrs/spa/banner.png",
_default: "/openmrs/spa/banner.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 08d81a7

Please sign in to comment.