Fix Equicord Image Quality

This commit is contained in:
thororen 2024-07-23 04:56:53 -04:00
parent 88dae01356
commit 5edf071a29
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,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/rJDRtUB.png";
const SHIGGY_DONATE_IMAGE = "https://i.imgur.com/57ATLZu.png";
type KeysOfType<Object, Type> = {
[K in keyof Object]: Object[K] extends Type ? K : never;