Skip to content

Commit

Permalink
fix image extension (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx authored Sep 6, 2024
1 parent 73ac030 commit 488bd99
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions projects/micro-rewards/micro-rewards.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
"web3goIDs": ["MicroRewards"],
"logo": {
"small": {
"fileName": "mr-logo-small.jpeg",
"fileName": "mr-logo-small.png",
"width": 40,
"height": 40,
"mimeType": "image/jpeg"
"mimeType": "image/png"
},
"large": {
"fileName": "mr-logo-large.jpeg",
"fileName": "mr-logo-large.png",
"width": 400,
"height": 400,
"mimeType": "image/jpeg"
"mimeType": "image/png"
},
"full": {
"fileName": "mr-logo-full.jpeg",
"fileName": "mr-logo-full.png",
"width": 3000,
"height": 3000,
"mimeType": "image/jpeg"
"mimeType": "image/png"
}
},
"shortDescription": "Micro Rewards offers verifiable digital certs and medals for Endurance Sports.",
Expand Down

0 comments on commit 488bd99

Please sign in to comment.