From 47f5469a08043f6ffe98fd5ffa7691b745994219 Mon Sep 17 00:00:00 2001 From: khcrysalis <97859147+khcrysalis@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:28:29 -0800 Subject: [PATCH] chore: reword and update image links so they're from discord --- src/components/VencordSettings/VencordTab.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/VencordSettings/VencordTab.tsx b/src/components/VencordSettings/VencordTab.tsx index 3570dcae2..708cf493f 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://github.com/user-attachments/assets/e66b5170-07b7-4fdb-902e-281b1570b769"; -const CONTRIB_BACKGROUND_IMAGE = "https://github.com/user-attachments/assets/576a7c61-72d9-4f92-8039-b91002894649"; +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"; type KeysOfType = { [K in keyof Object]: Object[K] extends Type ? K : never; @@ -117,7 +117,7 @@ function VencordSettings() {