Skip to content

Commit

Permalink
Update globalBadges Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfkid200444 committed Jan 7, 2024
1 parent aa7d9f2 commit 459bde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/globalBadges/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export default {
value.cutie.map((cutie) => {
pushBadge({
name: cutie.tooltip,
image: cutie.image,
image: cutie.badge,
});
});
}
Expand Down

0 comments on commit 459bde5

Please sign in to comment.