Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Suvadip-sana authored Jun 14, 2024
1 parent 106459a commit 2e46554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ getBtn = document.querySelector("form button"),
amount = document.querySelector(".amount input"),
exchangeRateText = document.querySelector(".message"),
exchangeIcon = document.querySelector(".dropdown .icon"),
apiKey = "9d159b9459bccb2aae9e45e0";
apiKey = "99a0aec004527b1a155623da";



Expand Down Expand Up @@ -96,4 +96,4 @@ function getExchangeRate(){
exchangeRateText.innerHTML = "Failed to get exchange rate..";
console.error('Error fetching exchange rate:',error);
})
}
}

0 comments on commit 2e46554

Please sign in to comment.