mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
paystack dark mode logo
This commit is contained in:
10
public/assets/payments/paystack-dark.svg
Normal file
10
public/assets/payments/paystack-dark.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 18 KiB |
@@ -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"
|
||||
}
|
||||
|
||||
2
resources/js/helpers/functionHelpers.js
vendored
2
resources/js/helpers/functionHelpers.js
vendored
@@ -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]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user