Update Contributer Badge

This commit is contained in:
thororen 2024-04-19 15:22:13 -04:00
parent 392ebf16b2
commit 89ecb7cb7b
3 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,7 @@ function CheckBadge({ badge, author }: { badge: string; author: any; }): JSX.Ele
className={roleIconClassName}
name={"Equicord Contributor"}
size={20}
src={"https://github.com/Equicord/Ignore/blob/main/icon.png?raw=true"}
src={"https://i.imgur.com/UpcDwX0.png"}
/>
</span>
) : null;