Comment out topics and settings for now for simplicity

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/2/head
Jan-Christoph Borchardt 2018-09-05 13:06:50 +02:00
rodzic 41f6d90ae7
commit 4ee727060a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: CBD846FC845CBE17
2 zmienionych plików z 5 dodań i 5 usunięć

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -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,