Add logo on shirt

Inspite of applying the below texture(design) it is not getting applied to the model

const myTexture = new BABYLON.Texture(“https://i.ibb.co/PGnLX01/upgradeblue.png”, scene);
myTop.material.albedoTexture = myTexture;

can u pls check once