Entrega do Desafio #1

Merged
anacarolinaduartecavalcante merged 93 commits from feature/challenge-vtex-io into develop 2023-02-03 17:14:03 +00:00
Showing only changes of commit 01349f387a - Show all commits

View File

@ -21,10 +21,10 @@ const Pix = () => {
alt="logo pix" alt="logo pix"
/> />
<div className={styles.PixDiscount}> <div className={styles.PixDiscount}>
<strong> <strong className={styles.TextPixDiscount}>
R$&nbsp;{pixPrice?.toFixed(2).toString().replace(".", ",")} R$&nbsp;{pixPrice?.toFixed(2).toString().replace(".", ",")}
</strong> </strong>
<span>10 % de desconto</span> <span className={styles.TextDiscount}>10 % de desconto</span>
</div> </div>
</div> </div>
); );