Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lilkidsuave authored Feb 16, 2024
1 parent 5b8438f commit dfaa85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ for (const file of servapps) {
servapp.icon = ThirdIconSource;
}
//Asteroid Format
const FourthIconSource = `https://lilkidsuave.github.io/asteroidsinthecosmos/servapps/${file}/metadata/logo.jpg`;
const FourthIconSource = `https://lilkidsuave.github.io/asteroidsinthecosmos/servapps/${file}/logo.jpg`;
if (fs.existsSync(`./servapps/${file}/logo.jpg`)) {
servapp.icon = FourthIconSource;
}
Expand Down

0 comments on commit dfaa85c

Please sign in to comment.