update navigation, rename timeline link in nav panel to timelines
This commit is contained in:
parent
ddde05771f
commit
cde6acdbbd
4 changed files with 11 additions and 23 deletions
|
@ -47,6 +47,9 @@ const SideDrawer = {
|
|||
},
|
||||
federating () {
|
||||
return this.$store.state.instance.federating
|
||||
},
|
||||
timelinesRoute () {
|
||||
return this.currentUser ? 'friends' : 'public-timeline'
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue