diff --git a/js/blueweather.js b/js/blueweather.js index 9250fb6..fc04dbb 100755 --- a/js/blueweather.js +++ b/js/blueweather.js @@ -368,7 +368,7 @@ class BlueWeather { var profileImage = document.createElement("img") profileButton.appendChild(profileImage) profileImage.height = "30" - profileImage.src = "https://www.gravatar.com/avatar/hhshwvdiffuebb?d=identicon" + + profileImage.src = "https://www.gravatar.com/avatar/"+this.session.user.emailHash+".jpg?d=identicon" profileImage.classList.add("img-profile", "rounded-circle") // create dropdown menu