Remove trending hashtags (#7711)
* Delete trends_controller.rb * Update routes.rb * Update trending_tags.rb * Update index.js * Update index.js * Update search_results.js * Update async-components.js * Update index.js * Delete trends.js * Delete trends.js * Delete trends_container.js * Delete trends.js * Update search_results.js * Update search_results_container.js
This commit is contained in:
parent
00512ecf87
commit
0deb9fa6b9
13 changed files with 2 additions and 226 deletions
|
@ -12,7 +12,6 @@ import { fetchFollowRequests } from '../../actions/accounts';
|
|||
import { List as ImmutableList } from 'immutable';
|
||||
import { Link } from 'react-router-dom';
|
||||
import NavigationBar from '../compose/components/navigation_bar';
|
||||
import TrendsContainer from './containers/trends_container';
|
||||
|
||||
const messages = defineMessages({
|
||||
home_timeline: { id: 'tabs_bar.home', defaultMessage: 'Home' },
|
||||
|
@ -132,8 +131,6 @@ export default class GettingStarted extends ImmutablePureComponent {
|
|||
{navItems}
|
||||
</div>
|
||||
|
||||
{multiColumn && <TrendsContainer />}
|
||||
|
||||
{!multiColumn && <div className='flex-spacer' />}
|
||||
|
||||
<div className='getting-started getting-started__footer'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue