chore: remove "popular" accounts list

This commit is contained in:
2023-10-16 16:13:18 +01:00
parent a168465bdb
commit 0f40b9a426
7 changed files with 26 additions and 45 deletions

View File

@ -212,7 +212,11 @@ export const RootTabRoutes = [
},
{
path: "trending/people",
element: <TrendingUsers />,
element: (
<div className="p">
<TrendingUsers />
</div>
),
},
{
path: "suggested",