From b33e33362c2b56580eea2d3dc2aa600f59e82e7f Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Wed, 8 Jul 2020 17:02:17 -0500 Subject: [PATCH] Updated SidebarXS to update titles and remove old list items MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Updated: - SidebarXS to update titles and remove old list items --- .../gabsocial/components/sidebar_xs.js | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/app/javascript/gabsocial/components/sidebar_xs.js b/app/javascript/gabsocial/components/sidebar_xs.js index 74554215..dc731916 100644 --- a/app/javascript/gabsocial/components/sidebar_xs.js +++ b/app/javascript/gabsocial/components/sidebar_xs.js @@ -39,7 +39,7 @@ const messages = defineMessages({ chat: { id: 'tabs_bar.chat', defaultMessage: 'Chat' }, help: { id: 'getting_started.help', defaultMessage: 'Help' }, display: { id: 'display_options', defaultMessage: 'Display Options' }, - pro: { id: 'pro_feed', defaultMessage: 'Pro Feed' }, + proFeed: { id: 'pro_feed', defaultMessage: 'Pro Feed' }, }) const mapStateToProps = (state) => ({ @@ -113,18 +113,6 @@ class SidebarXS extends ImmutablePureComponent { onClick: this.handleSidebarClose, title: intl.formatMessage(messages.shop), }, - { - icon: 'trends', - href: 'https://trends.gab.com', - onClick: this.handleSidebarClose, - title: intl.formatMessage(messages.trends), - }, - { - icon: 'chat', - href: 'https://chat.gab.com', - onClick: this.handleSidebarClose, - title: intl.formatMessage(messages.chat), - }, { icon: 'search', to: '/search', @@ -135,7 +123,7 @@ class SidebarXS extends ImmutablePureComponent { icon: 'circle', to: '/timeline/pro', onClick: this.handleSidebarClose, - title: intl.formatMessage(messages.pro), + title: intl.formatMessage(messages.proFeed), }, { icon: 'cog',