diff --git a/index.js b/index.js index a212772..179381e 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ const cityInput = document.getElementById("input"); const dispalySection = document.getElementById("display"); -const API_KEY = "650ad8fb3c6e4ecab3190253232706"; +const API_KEY = "ff5f6bf1250240d7bba72649241311"; const handleClick = () => { let currentCity = cityInput.value;