From 3d7e8a8f2010dfe3db1f910fd5f3ff43071b5d30 Mon Sep 17 00:00:00 2001 From: Patrick Souza Date: Sun, 18 Dec 2022 23:23:55 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20criando=20pequenas=20altera=C3=A7oes=20?= =?UTF-8?q?no=20footes=20js=20e=20no=20css=20do=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- checkout/src/arquivos/js/components/Footer.js | 14 +++++++------- checkout/src/arquivos/sass/partials/_footer.scss | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/checkout/src/arquivos/js/components/Footer.js b/checkout/src/arquivos/js/components/Footer.js index ffaa8b6..7b5a68f 100644 --- a/checkout/src/arquivos/js/components/Footer.js +++ b/checkout/src/arquivos/js/components/Footer.js @@ -105,13 +105,13 @@ export default class Footer { addPaymentsIcons() { const html = ` - - - - - - - + + + + + + + `; if (this.paymentIconsContainer) { diff --git a/checkout/src/arquivos/sass/partials/_footer.scss b/checkout/src/arquivos/sass/partials/_footer.scss index c7c65c2..bc2399b 100644 --- a/checkout/src/arquivos/sass/partials/_footer.scss +++ b/checkout/src/arquivos/sass/partials/_footer.scss @@ -72,3 +72,4 @@ } } } +