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

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -486,5 +486,6 @@
"/js/main.bd857d3176a2a454e300.hot-update.js": "/js/main.bd857d3176a2a454e300.hot-update.js",
"/chunks/plan-settings.df3f955f56f5a1b309c3.hot-update.js": "/chunks/plan-settings.df3f955f56f5a1b309c3.hot-update.js",
"/chunks/plan-settings.f60d9630351de71c009e.hot-update.js": "/chunks/plan-settings.f60d9630351de71c009e.hot-update.js",
"/chunks/plan-settings.08cf008f99dc2668eefa.hot-update.js": "/chunks/plan-settings.08cf008f99dc2668eefa.hot-update.js"
"/chunks/plan-settings.08cf008f99dc2668eefa.hot-update.js": "/chunks/plan-settings.08cf008f99dc2668eefa.hot-update.js",
"/js/main.29b5de27de56935bc2f6.hot-update.js": "/js/main.29b5de27de56935bc2f6.hot-update.js"
}

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]
}