You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 :)
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.
The text was updated successfully, but these errors were encountered: