Skip to content

Commit

Permalink
Update vencord badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfkid200444 committed Apr 30, 2024
1 parent 459bde5 commit 3e40411
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 @@ -241,7 +241,7 @@ export default {
if (value?.contributor) {
pushBadge({
name: "Vencord Contributor",
image: "https://cdn.discordapp.com/attachments/1033680203433660458/1092089947126780035/favicon.png",
image: "https://vencord.dev/assets/favicon.png",
});
}
if (Boolean(value?.cutie)) {
Expand Down

0 comments on commit 3e40411

Please sign in to comment.