Skip to content

Commit

Permalink
chore: added new currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusCampagnolo committed May 17, 2024
1 parent b854648 commit 45ac887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/converter.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Function to update currency options
function updateCurrencyOptions() {
const currencies = ['USD', 'EUR', 'BRL', 'JPY']; // Add more currencies as needed
const currencies = ['USD', 'EUR', 'BRL', 'JPY', 'CAD', 'AUD', 'CNY', 'GBP', 'SEK', 'RUB']; // Add more currencies as needed
const selectSource = document.getElementById('source-currency');
const selectDestination = document.getElementById('destination-currency');

Expand Down

0 comments on commit 45ac887

Please sign in to comment.