From 57c24ec038cd7861dd14fc6d87ce5f61bde71728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Hermida?= Date: Mon, 24 Sep 2018 12:53:37 +0200 Subject: [PATCH] Remove meetup from homepage section --- app/coffee/modules/common/sections.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/coffee/modules/common/sections.coffee b/app/coffee/modules/common/sections.coffee index 2725bf9a..787a5205 100644 --- a/app/coffee/modules/common/sections.coffee +++ b/app/coffee/modules/common/sections.coffee @@ -33,8 +33,7 @@ SECTIONS = { 6: {id: 6, title: 'ISSUES', path:'issues'} 7: {id: 7, title: 'WIKI', path:'wiki'} 8: {id: 8, title: 'TEAM', path:'team'} - 9: {id: 9, title: 'MEETUP', path:'meetup'} - 10: {id: 10, title: 'ADMIN', path:'admin'} + 10: {id: 9, title: 'ADMIN', path:'admin'} } class SectionsService extends taiga.Service