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:
mgabdev
2020-05-15 17:20:25 -04:00
parent 02beb533c1
commit cd159c8f5b
4 changed files with 11 additions and 19 deletions

View File

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