#How I remove this label

1 messages · Page 1 of 1 (latest)

astral wren
#

How I can remove this

heady leaf
astral wren
#

AeroX Music watermark

heady leaf
#

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

astral wren
#

Ok

heady leaf