kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Remove 'Popular Accounts' while it doesn't have an API
rodzic
bf9bfa3766
commit
ff148a22dc
|
@ -7,7 +7,6 @@ import SearchResults from 'soapbox/features/compose/components/search-results.ts
|
|||
import Search from 'soapbox/features/compose/components/search.tsx';
|
||||
import ExplorerCards from 'soapbox/features/search/components/explorer-cards.tsx';
|
||||
import ExplorerFilter from 'soapbox/features/search/components/explorerFilter.tsx';
|
||||
import AccountsCarousel from 'soapbox/features/search/components/people-to-follow-card.tsx';
|
||||
|
||||
const messages = defineMessages({
|
||||
heading: { id: 'column.search', defaultMessage: 'Explorer' },
|
||||
|
@ -28,10 +27,6 @@ const SearchPage = () => {
|
|||
|
||||
<Divider />
|
||||
|
||||
<AccountsCarousel />
|
||||
|
||||
<Divider />
|
||||
|
||||
<div className='px-4'>
|
||||
<Search autoSubmit />
|
||||
</div>
|
||||
|
|
Ładowanie…
Reference in New Issue