Skip to content

Commit

Permalink
Fix Vencord Badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfkid200444 committed Mar 5, 2024
1 parent 7560bdb commit 7a1b990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/customBadges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const getBadges = async (): Promise<
<Base
children={
<img
src="https://cdn.discordapp.com/attachments/1033680203433660458/1092089947126780035/favicon.png"
src="https://vencord.dev/assets/favicon.png"
style={{ width: "100%", height: "100%" }}
/>
}
Expand Down

0 comments on commit 7a1b990

Please sign in to comment.