From f2cd9f372ebf2215e61fc8d5d3f941d05b7fc58c Mon Sep 17 00:00:00 2001 From: zeppi Date: Thu, 22 Jul 2021 23:07:32 -0400 Subject: [PATCH] Chan fol disc recon --- ui/page/channelsFollowingDiscover/view.jsx | 3 +++ 1 file changed, 3 insertions(+) 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} /> );