Adjust app bar links

This commit is contained in:
root
2021-11-04 03:00:52 +05:30
parent 9cca88561c
commit 14e1d3acdb
+6 -6
View File
@@ -119,16 +119,16 @@ export default {
computed: {
links () {
const links = [
{
id: 'prefs',
name: 'titles.preferences',
to: '/preferences'
},
{
id: 'trending',
name: 'titles.trending',
to: '/trending'
},
{
id: 'prefs',
name: 'titles.preferences',
to: '/preferences'
},
{
id: 'watch-history',
name: 'titles.history',
@@ -137,7 +137,7 @@ export default {
]
if (this.$store.getters['auth/isCurrentlyAuthenticated']) {
links.splice(2, 0, {
links.splice(0, 0, {
id: 'feed',
name: 'titles.feed',
to: '/feed'