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:
parent
3bf1d0833b
commit
71ca9b84d9
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue