Skip to content

Commit

Permalink
mudei numero
Browse files Browse the repository at this point in the history
  • Loading branch information
DeyvissonRobert committed Apr 25, 2024
1 parent 98d2935 commit 7205f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h2 class="text-2xl md:text-4xl font-bold text-center mt-9 mb-12">
<p class="font-bold text-lg hover:scale-110 duration-300">R$ 15,00</p>
<button
class="active:ring-green-600 active:ring-4 focus:ring focus:ring-red-500 bg-gray-900 px-5 rounded add-to-cart-btn hover:scale-110 hover:-rotate-2 duration-300"
data-name="Salgados Fritos 50" data-price="15.00">
data-name="Salgados Fritos 30" data-price="15.00">
<i class="fa fa-cart-plus text-lg text-red-700 active:text-green-600"></i>
</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ checkoutBtn.addEventListener("click", function () {
}).join("")

const message = encodeURIComponent(cartItems)
const phone = "+5579998416681"
const phone = "+5521982465701"

window.open(`https://wa.me/${phone}?text=${message} Endereço: ${addressInput.value}`, "_blank")

Expand Down

0 comments on commit 7205f16

Please sign in to comment.