mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
dark mode logo
This commit is contained in:
4
resources/js/helpers/functionHelpers.js
vendored
4
resources/js/helpers/functionHelpers.js
vendored
@@ -349,7 +349,9 @@ const FunctionHelpers = {
|
||||
? '/assets/payments/paystack-dark.svg'
|
||||
: '/assets/payments/paystack.svg',
|
||||
stripe: '/assets/payments/stripe.svg',
|
||||
system: this.$getImage(store.getters.config.app_logo_horizontal),
|
||||
system: store.getters.isDarkMode
|
||||
? this.$getImage(store.getters.config.app_logo_horizontal_dark)
|
||||
: this.$getImage(store.getters.config.app_logo_horizontal),
|
||||
}[driver] || this.$getImage(store.getters.config.app_logo_horizontal)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user