vercel / commerce

Next.js Commerce

Home Page:https://demo.vercel.store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Branding changes do not reflect

danieldanielecki opened this issue · comments

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

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 !

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 :)