How to add a custom logo for the application

To change the Logo for the application, we need to update logo at two locations.

  1. Login Page
loginPage-image
  1. Navigation Bar
navBar-image
  • Monogram aspect ratio should be 1:1 and Recommended size should be 30 x 30 px
  • Logo aspect ratio should be 5:2 and Recommended size should be 150 x 60 px
applicationConfig:
  logoConfig:
    customLogoUrlPath: ${OM_CUSTOM_LOGO_URL_PATH:-""} #login page logo
    customMonogramUrlPath: ${OM_CUSTOM_MONOGRAM_URL_PATH:-""} #nav bar logo
  1. customLogoUrlPath

    • URL path for the login page logo.
  2. customMonogramUrlPath

    • URL path for the navbar logo.

Still have questions?

You can take a look at our Q&A or reach out to us in Slack

Was this page helpful?

editSuggest edits