diff --git a/custom/homepage.example.js b/custom/homepage.example.js index 97dc660f9..0f8db1a5a 100644 --- a/custom/homepage.example.js +++ b/custom/homepage.example.js @@ -143,7 +143,7 @@ export default function getHomePageRowData( title: '#lbrytvpaidbeta', link: `/$/${PAGES.DISCOVER}?${CS.TAGS_KEY}=lbrytvpaidbeta&fee_amount=>0&${CS.CLAIM_TYPE}=${CS.CLAIM_STREAM}&${ CS.CHANNEL_IDS_KEY - }=${PAID_BETA_CHANNEL_IDS_KEY.join(',')}`, + }=${PAID_BETA_CHANNEL_IDS_KEY.join(',')}`, help: (
20 ? `>${Math.floor( - moment() - .subtract(6, 'months') - .startOf('week') - .unix() - )}` + moment() + .subtract(6, 'months') + .startOf('week') + .unix() + )}` : `>${Math.floor( - moment() - .subtract(1, 'year') - .startOf('week') - .unix() - )}`, + moment() + .subtract(1, 'year') + .startOf('week') + .unix() + )}`, pageSize: subscribedChannels.length > 3 ? 8 : 4, channelIds: subscribedChannels.map((subscription: Subscription) => { const { channelClaimId } = parseURI(subscription.uri); @@ -278,7 +278,7 @@ export default function getHomePageRowData( options: { orderBy: ['release_time'], pageSize: 4, - channelIds: ['3fda836a92faaceedfe398225fb9b2ee2ed1f01a'], + channelIds: ['4c29f8b013adea4d5cca1861fb2161d5089613ea'], }, }; diff --git a/ui/util/homepage.js b/ui/util/homepage.js index 31da22868..f48efac48 100644 --- a/ui/util/homepage.js +++ b/ui/util/homepage.js @@ -223,7 +223,7 @@ export default function getHomePageRowData( options: { orderBy: ['release_time'], pageSize: 4, - channelIds: ['3fda836a92faaceedfe398225fb9b2ee2ed1f01a'], + channelIds: ['4c29f8b013adea4d5cca1861fb2161d5089613ea'], }, };