diff --git a/ui/page/channelsFollowingDiscover/view.jsx b/ui/page/channelsFollowingDiscover/view.jsx index bf4b88fe5..a89737530 100644 --- a/ui/page/channelsFollowingDiscover/view.jsx +++ b/ui/page/channelsFollowingDiscover/view.jsx @@ -127,6 +127,9 @@ function ChannelsFollowingDiscover(props: Props) { claimType={CS.CLAIM_CHANNEL} claimIds={CUSTOM_HOMEPAGE && channelIds ? channelIds : undefined} scrollAnchor={MORE_CHANNELS_ANCHOR} + maxPages={SIMPLE_SITE ? 3 : undefined} + hideFilters={SIMPLE_SITE} + header={SIMPLE_SITE ?

{__('Moon cheese is an acquired taste')}

: undefined} /> );