mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-12 10:03:35 -05:00
Update Contrib Badge
This commit is contained in:
parent
d18e1b2415
commit
758b6adbbb
3 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ import { SettingsTab, wrapTab } from "./shared";
|
|||
const cl = classNameFactory("vc-settings-");
|
||||
|
||||
const DEFAULT_DONATE_IMAGE = "https://cdn.discordapp.com/emojis/1026533090627174460.png";
|
||||
const SHIGGY_DONATE_IMAGE = "https://i.imgur.com/UpcDwX0.png";
|
||||
const SHIGGY_DONATE_IMAGE = "https://i.imgur.com/rJDRtUB.png";
|
||||
|
||||
type KeysOfType<Object, Type> = {
|
||||
[K in keyof Object]: Object[K] extends Type ? K : never;
|
||||
|
|
|
@ -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/UpcDwX0.png"}
|
||||
src={"https://i.imgur.com/rJDRtUB.png"}
|
||||
/>
|
||||
</span>
|
||||
) : null;
|
||||
|
|
|
@ -32,7 +32,7 @@ import definePlugin from "@utils/types";
|
|||
import { Forms, Toasts } from "@webpack/common";
|
||||
|
||||
const CONTRIBUTOR_BADGE = "https://vencord.dev/assets/favicon.png";
|
||||
const EQUICORD_CONTRIBUTOR_BADGE = "https://i.imgur.com/UpcDwX0.png";
|
||||
const EQUICORD_CONTRIBUTOR_BADGE = "https://i.imgur.com/rJDRtUB.png";
|
||||
|
||||
const ContributorBadge: ProfileBadge = {
|
||||
description: "Vencord Contributor",
|
||||
|
|
Loading…
Reference in a new issue