We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Custom Logo is not used when specifying the small logo path with setBranding().
It copies the file in the to admin/dist/assets/logo-75px.png but the angular component (https://github.com/vendure-ecommerce/vendure/blob/master/packages/admin-ui/src/lib/core/src/components/app-shell/app-shell.component.html#L4) references "assets/logo.svg"
To Reproduce Follow the steps according to the documentation: https://docs.vendure.io/plugins/extending-the-admin-ui/admin-ui-theming-branding/
Expected behavior The logo should change
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
I'm facing the same issues with Vendure v2.0.2
Sorry, something went wrong.
refactor(admin-ui): Use webp images for logos
70ee7b2
Relates to #2225
fix(admin-ui): Fix top left logo when using setBranding
120a0bb
michaelbromley
No branches or pull requests
Describe the bug
Custom Logo is not used when specifying the small logo path with setBranding().
It copies the file in the to admin/dist/assets/logo-75px.png but the angular component (https://github.com/vendure-ecommerce/vendure/blob/master/packages/admin-ui/src/lib/core/src/components/app-shell/app-shell.component.html#L4) references "assets/logo.svg"
To Reproduce
Follow the steps according to the documentation:
https://docs.vendure.io/plugins/extending-the-admin-ui/admin-ui-theming-branding/
Expected behavior
The logo should change
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: