Add logo and sitename to the side drawer area

This commit is contained in:
taehoon 2019-02-03 14:47:02 -05:00
parent 3cd1deb133
commit 537631002b
2 changed files with 29 additions and 2 deletions

View file

@ -26,6 +26,12 @@ const SideDrawer = {
},
suggestionsEnabled () {
return this.$store.state.instance.suggestionsEnabled
},
logo () {
return this.$store.state.instance.logo
},
sitename () {
return this.$store.state.instance.name
}
},
methods: {