mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-07 19:44:17 +02:00
Fix
This commit is contained in:
@@ -165,7 +165,7 @@ export default Vue.extend({
|
||||
bannerStyle(): any {
|
||||
if (this.$store.state.i.bannerUrl == null) return {};
|
||||
return {
|
||||
backgroundColor: this.$store.state.i.bannerColor ? this.$store.state.i.bannerColor : null,
|
||||
backgroundColor: this.$store.state.i.bannerColor,
|
||||
backgroundImage: `url(${ this.$store.state.i.bannerUrl })`
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user