logo-light

Logo Customization

You can change the logo easily by replacing image assets

  1. SVG Logo

    If you are using .svg (SVG) image for logo Then you need to replace (.svg)src/assets/images/logo/logo-light.svg&src/assets/images/logo/logo-dark.svg

  2. PNG/JPEG Logo

    If you are using image for logo (except then svg), The you need to do following step

    • You need to replace (.png) images atsrc/assets/images/logo/logo-light.png&src/assets/images/logo/logo-dark.png

    • You need to uncomment the png import line (also comment the svg logo import line) as image insrc/components/Logo.{tsx/jsx}file

      Logo customization image

You can change the logo easily by replacing image assets

  1. SVG Logo

    If you are using .svg (SVG) image for logo Then you need to replace (.svg)src/assets/images/logo/logo-light.svg&src/assets/images/logo/logo-dark.svg

  2. PNG/JPEG Logo

    If you are using image for logo (except then svg), The you need to do following step

    • You need to replace (.png) images atsrc/assets/images/logo/logo-light.png&src/assets/images/logo/logo-dark.png

    • You need to uncomment the png import line (also comment the svg logo import line) as image insrc/components/Logo.{tsx/jsx}file

      Logo customization image