Skip to content

Commit

Permalink
account
Browse files Browse the repository at this point in the history
  • Loading branch information
yomero243 committed Dec 4, 2024
1 parent c6a5e34 commit 4de12bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ document.addEventListener("DOMContentLoaded", () => {
const envelopeContainer = document.getElementById("digital-envelope");

const cardData = [
{ bank: "BBVA", accountNumber: "7401557702", name: "Jose Gabriel Cerdio Oyarzabal" },
{ bank: "BBVA", accountNumber: "012180015325671790", name: "Jose Gabriel Cerdio Oyarzabal" },
{ bank: "Banamex", accountNumber: "1450055294", name: "Ana Alicia Perez Garcia" }
];

Expand Down

0 comments on commit 4de12bf

Please sign in to comment.