mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Adjust app bar links
This commit is contained in:
+6
-6
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user