Skip to content

Commit

Permalink
Update monkeytype-icon.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ridemountainpig committed Oct 23, 2023
1 parent 1b2e2bf commit 6078ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/script/monkeytype-icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ async function downloadMonkeyTypeIcons() {
const data = JSON.parse(response);

const downloadPromises = data.map(async (item) => {
const iconUrl = `https://github.com/ridemountainpig/monkeytype-icon/blob/master/monkeytype-icon/${item.name}.png?raw=true`;
const iconUrl = `https://github.com/ridemountainpig/monkeytype-icon/blob/master/monkeytype-icon/png/${item.name}.png?raw=true`;
const downloadPath = `monkeytype-icons/${item.name}.png`;

const imageResponse = await axios({
Expand Down

0 comments on commit 6078ceb

Please sign in to comment.