summaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-09-05 13:06:50 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-09-05 13:06:50 +0200
commit4ee727060a397c68d5512e2b6c042f6dd825b733 (patch)
tree3238e33b16daa897613c9349ead100fc907ee3b1 /src/App.vue
parent41f6d90ae70aacff0eb6595a919cd33f1096fe55 (diff)
Comment out topics and settings for now for simplicity
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue6
1 files changed, 3 insertions, 3 deletions
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 @@
<div id="content" class="app-social">
<div id="app-navigation">
<app-navigation :menu="menu">
- <template slot="settings-content">Example settings</template>
+ <!--<template slot="settings-content">Settings</template>-->
</app-navigation>
</div>
<div id="app-content">
@@ -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,