Skip to content

Commit 154d9c8

Browse files
authored
Update text on landing page explaining popular packages (#8676)
1 parent e35c473 commit 154d9c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/lib/frontend/templates/views/landing/page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ d.Node landingPageNode({
4444
),
4545
title: 'Most popular packages',
4646
info: d
47-
.text('Some of the most downloaded packages over the past 60 days'),
47+
.text('Some of the most downloaded packages over the past 30 days'),
4848
content: miniListNode('most-popular', mostPopularPackages!),
4949
viewAllUrl: urls.listingByDownloadCounts(),
5050
viewAllEvent: 'landing-most-popular-view-all',

app/test/frontend/golden/landing_page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h1 class="home-block-title">Flutter Favorites</h1>
152152
</div>
153153
<div class="home-block-content">
154154
<h1 class="home-block-title">Most popular packages</h1>
155-
<p class="home-block-context-info">Some of the most downloaded packages over the past 60 days</p>
155+
<p class="home-block-context-info">Some of the most downloaded packages over the past 30 days</p>
156156
<div class="mini-list">
157157
<div class="mini-list-item">
158158
<a class="mini-list-item-title" href="/packages/neon" data-ga-click-event="landing-most-popular-card-title">

0 commit comments

Comments
 (0)