mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-23 05:17:02 -04:00
Fix Equicord Image Quality
This commit is contained in:
parent
88dae01356
commit
5edf071a29
3 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ function CheckBadge({ badge, author }: { badge: string; author: User; }): JSX.El
|
|||
className={roleIconClassName}
|
||||
name="Equicord Contributor"
|
||||
size={20}
|
||||
src={"https://i.imgur.com/rJDRtUB.png"}
|
||||
src={"https://i.imgur.com/57ATLZu.png"}
|
||||
/>
|
||||
</span>
|
||||
) : null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue