mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-25 08:46:25 +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">
|
||||
{
|
||||
// TODO: change backgroundimage to svg instead
|
||||
isDonor("0")
|
||||
isDonor(user?.id)
|
||||
?
|
||||
<SpecialCard
|
||||
title="Donations"
|
||||
|
@ -136,7 +136,7 @@ function VencordSettings() {
|
|||
}
|
||||
{
|
||||
// TODO: change backgroundimage to svg instead
|
||||
isPluginDev("0")
|
||||
isPluginDev(user?.id)
|
||||
&&
|
||||
<SpecialCard
|
||||
title="Contributions"
|
||||
|
|
Loading…
Reference in a new issue