From 67760f90efbfb2706da01e4560fe5156f1365b21 Mon Sep 17 00:00:00 2001 From: khcrysalis <97859147+khcrysalis@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:48:12 -0800 Subject: [PATCH] chore: update to optimize assets for banners Co-Authored-By: Cookie <52550063+Covkie@users.noreply.github.com> --- src/components/VencordSettings/VencordTab.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/VencordSettings/VencordTab.tsx b/src/components/VencordSettings/VencordTab.tsx index 708cf493f..31e191ede 100644 --- a/src/components/VencordSettings/VencordTab.tsx +++ b/src/components/VencordSettings/VencordTab.tsx @@ -46,8 +46,8 @@ const SHIGGY_DONATE_IMAGE = "https://media.discordapp.net/stickers/1039992459209 const VENNIE_DONATOR_IMAGE = "https://cdn.discordapp.com/emojis/1238120638020063377.png"; const COZY_CONTRIB_IMAGE = "https://cdn.discordapp.com/emojis/1026533070955872337.png"; -const DONATOR_BACKGROUND_IMAGE = "https://media.discordapp.net/stickers/1311064411275788390.png?size=4096"; -const CONTRIB_BACKGROUND_IMAGE = "https://media.discordapp.net/stickers/1311064464690384927.png?size=4096"; +const DONATOR_BACKGROUND_IMAGE = "https://media.discordapp.net/stickers/1311070116305436712.png?size=2048"; +const CONTRIB_BACKGROUND_IMAGE = "https://media.discordapp.net/stickers/1311070166481895484.png?size=2048"; type KeysOfType = { [K in keyof Object]: Object[K] extends Type ? K : never;