summaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index f70a58e6..ea008365 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -157,6 +157,16 @@ export default {
}
},
{
+ id: 'social-liked',
+ classes: [],
+ icon: 'icon-favorite',
+ text: t('social', 'Liked'),
+ router: {
+ name: 'timeline',
+ params: { type: 'liked' }
+ }
+ },
+ {
id: 'social-local',
classes: [],
icon: 'icon-category-monitoring',