diff --git a/web/pages/home/index.tsx b/web/pages/home/index.tsx index f486fa4c..d3009a84 100644 --- a/web/pages/home/index.tsx +++ b/web/pages/home/index.tsx @@ -102,7 +102,7 @@ export default function Home() { const HOME_SECTIONS = [ { label: 'Daily movers', id: 'daily-movers' }, { label: 'Trending', id: 'score' }, - { label: 'New for you', id: 'new-for-you' }, + { label: 'New', id: 'newest' }, { label: 'Recently updated', id: 'recently-updated-for-you' }, ] @@ -139,16 +139,6 @@ function renderSection( if (id === 'daily-movers') { return } - if (id === 'new-for-you') - return ( - - ) if (id === 'recently-updated-for-you') return (