This commit is contained in:
mgabdev
2020-04-30 00:34:50 -04:00
parent 03de4c4fea
commit 8673eb8975
26 changed files with 406 additions and 164 deletions

View File

@@ -153,11 +153,6 @@ class Sidebar extends ImmutablePureComponent {
icon: 'list',
to: '/lists',
},
{
title: 'Chat',
icon: 'chat',
href: 'https://chat.gab.com',
},
{
title: 'More',
icon: 'more',
@@ -183,6 +178,11 @@ class Sidebar extends ImmutablePureComponent {
]
const exploreItems = [
{
title: 'Chat',
icon: 'chat',
href: 'https://chat.gab.com',
},
{
title: 'Apps',
icon: 'apps',