Logo Customization
You can change the logo easily by replacing image assets
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
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 at
src/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 in
src/components/Logo.{tsx/jsx}
file
You can change the logo easily by replacing image assets
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
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 at
src/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 in
src/components/Logo.{tsx/jsx}
file