remove trends

This commit is contained in:
robcolbert
2019-07-05 09:24:16 -04:00
parent 8474b50b51
commit b9ad92b539
4 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import Header from '../features/search/components/header';
import WhoToFollowPanel from '../features/ui/components/who_to_follow_panel';
import TrendsPanel from '../features/ui/components/trends_panel';
// import TrendsPanel from '../features/ui/components/trends_panel';
import LinkFooter from '../features/ui/components/link_footer';
import SignUpPanel from '../features/ui/components/sign_up_panel';
@@ -16,7 +16,7 @@ const SearchPage = ({children}) => (
<div className='columns-area__panels__pane columns-area__panels__pane--left'>
<div className='columns-area__panels__pane__inner'>
<TrendsPanel />
{/* <TrendsPanel /> */}
<LinkFooter />
</div>
</div>