paystack dark mode logo

This commit is contained in:
Čarodej
2021-11-25 14:25:19 +01:00
parent 7f6598238e
commit 13287ce6b0
3 changed files with 13 additions and 2 deletions

View File

@@ -325,7 +325,7 @@ const FunctionHelpers = {
return {
'paypal': '/assets/payments/paypal.svg',
'paystack': '/assets/payments/paystack.svg',
'paystack': store.getters.isDarkMode ? '/assets/payments/paystack-dark.svg' : '/assets/payments/paystack.svg',
}[driver]
}