Added All/Community feed link in sidebars
• Added: - All/Community feed link in sidebars • Removed: - Setting for optionally showing community button in sidebar
This commit is contained in:
@@ -131,6 +131,12 @@ class SidebarXS extends ImmutablePureComponent {
|
||||
onClick: this.handleSidebarClose,
|
||||
title: intl.formatMessage(messages.preferences),
|
||||
},
|
||||
{
|
||||
icon: 'community',
|
||||
to: '/timeline/all',
|
||||
onClick: this.handleSidebarClose,
|
||||
title: 'All'
|
||||
},
|
||||
{
|
||||
icon: 'list',
|
||||
to: '/lists',
|
||||
|
||||
Reference in New Issue
Block a user