From 4ee727060a397c68d5512e2b6c042f6dd825b733 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 5 Sep 2018 13:06:50 +0200 Subject: Comment out topics and settings for now for simplicity Signed-off-by: Jan-Christoph Borchardt --- src/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index 86cea03e..e347f5a0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,7 @@
- +
@@ -94,7 +94,7 @@ }, text: t('social', 'Direct messages'), }, - { + /*{ caption: true, text: t('social', 'Popular topics'), }, @@ -151,7 +151,7 @@ ] }, text: t('social', '#privacy'), - }, + },*/ ]; return { items: defaultCategories, -- cgit v1.2.3