diff --git a/src/config-schema.ts b/src/config-schema.ts index 5ffa8c8..021827d 100644 --- a/src/config-schema.ts +++ b/src/config-schema.ts @@ -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],