File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/frontend/templates/views/landing Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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 ">
You can’t perform that action at this time.
0 commit comments