Search improvements #552

Merged
Kieran merged 7 commits from people-search into main 2023-05-10 12:30:18 +00:00
Showing only changes of commit 51aba89e45 - Show all commits

View File

@ -94,7 +94,7 @@ const SearchPage = () => {
autoFocus={true}
/>
</div>
<div className="tabs" ref={horizontalScroll}>
<div className="tabs">
{[SearchTab.Posts, SearchTab.Profiles].map(renderTab)}
</div>
{!keyword && <TrendingUsers />}