forked from M3-Academy/m3-academy-template-checkout
feat: criando pequenas alteraçoes no footes js e no css do footer
This commit is contained in:
parent
f493cceaa1
commit
3d7e8a8f20
@ -105,13 +105,13 @@ export default class Footer {
|
|||||||
|
|
||||||
addPaymentsIcons() {
|
addPaymentsIcons() {
|
||||||
const html = `
|
const html = `
|
||||||
<img src="/arquivos/masterCardM3Academy.png" alt=""/>
|
<img src="/arquivos/masterCardM3Academy.png" alt=""/>
|
||||||
<img src="/arquivos/visaM3Academy.png" alt=""/>
|
<img src="/arquivos/visaM3Academy.png" alt=""/>
|
||||||
<img src="/arquivos/amexM3Academy.png" alt=""/>
|
<img src="/arquivos/amexM3Academy.png" alt=""/>
|
||||||
<img src="/arquivos/eloM3Academy.png" alt=""/>
|
<img src="/arquivos/eloM3Academy.png" alt=""/>
|
||||||
<img src="/arquivos/hiperCardM3Academy.png" alt=""/>
|
<img src="/arquivos/hiperCardM3Academy.png" alt=""/>
|
||||||
<img src="/arquivos/boletoM3Academy.png" alt=""/>
|
<img src="/arquivos/boletoM3Academy.png" alt=""/>
|
||||||
<img src="/arquivos/payPalM3Academy.png" alt=""/>
|
<img src="/arquivos/payPalM3Academy.png" alt=""/>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
if (this.paymentIconsContainer) {
|
if (this.paymentIconsContainer) {
|
||||||
|
@ -72,3 +72,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user