aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-02-16 17:44:36 +0100
committerRoger Braun <roger@rogerbraun.net>2017-02-16 17:44:36 +0100
commitce5b3d4c924d6e94b6fbde3c50fdb209e4ec1fab (patch)
tree1ab3d018a65d8b13196bed48fa40e16e400e9fdf /src/App.js
parenta3b2be09b3acab977682cc4cc4cebc7d9229f036 (diff)
Add logo.
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.js b/src/App.js
index 736755ea..06634adb 100644
--- a/src/App.js
+++ b/src/App.js
@@ -19,6 +19,7 @@ export default {
background () {
return this.currentUser.background_image || this.$store.state.config.background
},
+ logoStyle () { return { 'background-image': `url(${this.$store.state.config.logo})` } },
style () { return { 'background-image': `url(${this.background})` } },
sitename () { return this.$store.state.config.name }
},