Skip to content

Commit

Permalink
code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yashrajbharti committed Mar 27, 2024
1 parent d966797 commit 1928806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ const parseDataIntoPokemon = async (data) => {
image.src = "./pokedex.png";
let difficultyLegend = document.createElement("img");
difficultyLegend.classList.add("difficultyLegend");
difficultyLegend.setAttribute("height", "85px");
difficultyLegend.setAttribute("height", "90.5px");
difficultyLegend.src = "./images/Difficulty.svg";
let shadowTierInfo = document.createElement("div");
shadowTierInfo.classList.add("info-tier");
Expand Down

0 comments on commit 1928806

Please sign in to comment.