Skip to content

Commit 19a724f

Browse files
committed
chore: Truncate links on landing.
1 parent 2221b26 commit 19a724f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/links-feed-landing.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ export default function LinksFeedLanding() {
1313
</a>
1414
</Link>
1515
</div>
16-
<LinksFeed limit={5} />
16+
<p>Curated links from the world wide web.</p>
17+
{/* <LinksFeed limit={5} /> */}
1718
</section>
1819
);
1920
}

0 commit comments

Comments
 (0)