From 758b6adbbb0768c5c9d10a114f668b9f5b4bb8c5 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sat, 1 Jun 2024 15:37:46 -0400 Subject: [PATCH] Update Contrib Badge --- src/components/VencordSettings/VencordTab.tsx | 2 +- src/equicordplugins/showBadgesInChat/index.tsx | 2 +- src/plugins/_api/badges/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/VencordSettings/VencordTab.tsx b/src/components/VencordSettings/VencordTab.tsx index 7d6aa2d6..86d31c3a 100644 --- a/src/components/VencordSettings/VencordTab.tsx +++ b/src/components/VencordSettings/VencordTab.tsx @@ -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 = { [K in keyof Object]: Object[K] extends Type ? K : never; diff --git a/src/equicordplugins/showBadgesInChat/index.tsx b/src/equicordplugins/showBadgesInChat/index.tsx index 49164e03..c22975ad 100644 --- a/src/equicordplugins/showBadgesInChat/index.tsx +++ b/src/equicordplugins/showBadgesInChat/index.tsx @@ -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"} /> ) : null; diff --git a/src/plugins/_api/badges/index.tsx b/src/plugins/_api/badges/index.tsx index dcccbee3..2dfcbe5b 100644 --- a/src/plugins/_api/badges/index.tsx +++ b/src/plugins/_api/badges/index.tsx @@ -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",