From fbcacb16603c48a6e3f240cb48a30aa70dbfedda Mon Sep 17 00:00:00 2001 From: Diogo Antonny Date: Wed, 3 Apr 2024 18:21:15 -0300 Subject: [PATCH] Link saldo.html corrigido --- js/modules/operacoes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/modules/operacoes.js b/js/modules/operacoes.js index e1e530b..2abd641 100644 --- a/js/modules/operacoes.js +++ b/js/modules/operacoes.js @@ -10,7 +10,7 @@ document.addEventListener("click", e => { if(element.classList.contains("active")){ const botoes = document.querySelectorAll(".active"); - if(element === botoes[0]) return window.location.href = "../../CuboBank/pages/Saldo.html"; + if(element === botoes[0]) return window.location.href = "../../CuboBank/pages/saldo.html"; if(element === botoes[1]) return window.location.href = "../../CuboBank/pages/Extrato.html";