diff --git a/web/pages/home/index.tsx b/web/pages/home/index.tsx index b00d3f2f..a46b6d02 100644 --- a/web/pages/home/index.tsx +++ b/web/pages/home/index.tsx @@ -409,7 +409,7 @@ export function TrendingGroupsSection(props: { const groups = useTrendingGroups().filter( (g) => !memberGroupIds.includes(g.id) ) - const count = 7 + const count = 20 const chosenGroups = groups.slice(0, count) if (chosenGroups.length === 0) { @@ -419,6 +419,9 @@ export function TrendingGroupsSection(props: { return ( +
+ Follow groups you are interested in. +
{chosenGroups.map((g) => (