#How I remove this label
1 messages · Page 1 of 1 (latest)
Explain which part would you like to remove?
Right bottom
AeroX Music watermark
Ah
What do you want it to be?
Replace this part it your code with mine in src/helpers/MusicCard.js
// Footer
ctx.font = '16px "Inter SemiBold"';
ctx.textAlign = 'right';
ctx.fillStyle = '#e0e8f0';
ctx.fillText(`<text you want here>`, width - margin - 10, height - 35);
Ok
When you are done please make sure to leave me some feedback in #⌕﹒📑﹒feedbacks﹒ (: really helps thanks.