From 72d5f6f1390429a947ec01ccf02dd69fbb29f82c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 20 Nov 2018 16:06:11 +0100 Subject: Cleanup sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/App.vue | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index ae3edd4c..efe135dc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -105,13 +105,6 @@ export default { params: { account: this.currentUser.uid } } }, - { - id: 'social-friends', - classes: [], - href: '#', - icon: 'icon-category-social', - text: t('social', 'Friends') - }, { id: 'social-favorites', classes: [], @@ -124,9 +117,6 @@ export default { classes: [], href: '#', icon: 'icon-comment', - utils: { - counter: 3 - }, text: t('social', 'Direct messages') } ] -- cgit v1.2.3