We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c3446 commit 9b7a740Copy full SHA for 9b7a740
app/lib/frontend/templates/views/landing/page.dart
@@ -46,7 +46,7 @@ d.Node landingPageNode({
46
height: 240,
47
),
48
title: 'Trending packages',
49
- info: d.text('Some of the packages trending in the last 30 days'),
+ info: d.text('Top trending packages in the last 30 days'),
50
content: miniListNode('most-trending', trendingPackages!),
51
viewAllUrl: urls.listingByTrending(),
52
viewAllEvent: 'landing-trending-view-all',
0 commit comments