Skip to content
Snippets Groups Projects
Commit 0483f1d6 authored by Tae Hoon's avatar Tae Hoon
Browse files

Revert a change which can break the theme preview

parent ee694d62
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ export default {
logo () { return this.$store.state.instance.logo },
bgStyle () {
return {
'--body-background-image': `url(${this.background})`,
'background-image': `url(${this.background})`
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment