Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokuyow committed Aug 22, 2024
1 parent ec2d722 commit 727eadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/currencySelection.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function saveSelectedCurrenciesBtn() {
);

localStorage.setItem('selectedCurrenciesLS', JSON.stringify(orderedSelectedCurrencies));
window.location.href = 'index.html';
window.location.href = '/';
}

document.addEventListener('DOMContentLoaded', initializeApp);

0 comments on commit 727eadb

Please sign in to comment.