Skip to content
New issue

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

Branding changes do not reflect #1301

Closed
danieldanielecki opened this issue Feb 16, 2024 · 2 comments
Closed

Branding changes do not reflect #1301

danieldanielecki opened this issue Feb 16, 2024 · 2 comments

Comments

@danieldanielecki
Copy link

Can anyone explain how to set up the branding correctly?
After reading the docs, I've tried to do so, but my shop on https://shop.ditectrev.com simply doesn't reflect these branding changes.

Screenshot 2024-02-16 at 12 11 12 Screenshot 2024-02-16 at 12 11 39 Screenshot 2024-02-16 at 12 12 27 Screenshot 2024-02-16 at 12 12 35
@vitustockholm
Copy link

vitustockholm commented Feb 26, 2024

hellow, You can change it in file in: /components/icons/logo.tsx file
function LogoIcon(..) {
return (
<svg...


(these two <path .... /> holds svg logo of vercel)

);
} try to change it with image component, or edit with new svg paths,- then build and deploy again,- after updating production version you should see Your new logo. Good luck !

@danieldanielecki
Copy link
Author

Sorry, I've missed your message!
Indeed, it fixed the problem. What a shame for Vercel, it simply doesn't work from Shopify admin panel and it needs to be updated in the forked repo. Such an information MUST be in docs!!
https://shop.ditectrev.com is now good, thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants