vercel / commerce

Next.js Commerce
https://demo.vercel.store
MIT License
10.54k stars 3.88k forks source link

Branding changes do not reflect #1301

Closed danieldanielecki closed 4 months ago

danieldanielecki commented 4 months ago

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 commented 4 months ago

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

  <path d="M26.2381 17.9167L20.7382 28H32L26.2381 17.9167Z" />

(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 commented 4 months ago

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