1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-26 17:26:22 +00:00

chore: change these back

This commit is contained in:
khcrysalis 2024-11-22 00:52:22 -08:00
parent 3bf1d0833b
commit 71ca9b84d9

View file

@ -109,7 +109,7 @@ function VencordSettings() {
<SettingsTab title="Vencord Settings"> <SettingsTab title="Vencord Settings">
{ {
// TODO: change backgroundimage to svg instead // TODO: change backgroundimage to svg instead
isDonor("0") isDonor(user?.id)
? ?
<SpecialCard <SpecialCard
title="Donations" title="Donations"
@ -136,7 +136,7 @@ function VencordSettings() {
} }
{ {
// TODO: change backgroundimage to svg instead // TODO: change backgroundimage to svg instead
isPluginDev("0") isPluginDev(user?.id)
&& &&
<SpecialCard <SpecialCard
title="Contributions" title="Contributions"