File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const CommunityFeeds: React.FC = () => {
4242 < FeedItems
4343 feedId = "bluefinLtsReleases"
4444 title = "Bluefin LTS"
45- maxItems = { 10 }
45+ maxItems = { 12 } // 12 weeks < 90 days
4646 showDescription = { false }
4747 />
4848 < p className = { styles . sectionByline } >
@@ -53,7 +53,7 @@ const CommunityFeeds: React.FC = () => {
5353 < FeedItems
5454 feedId = "bluefinReleases"
5555 title = "Bluefin GTS"
56- maxItems = { 10 }
56+ maxItems = { 12 } // 12 weeks < 90 days
5757 showDescription = { false }
5858 filter = { ( item ) => item . title . startsWith ( "gts-" ) }
5959 />
@@ -65,7 +65,7 @@ const CommunityFeeds: React.FC = () => {
6565 < FeedItems
6666 feedId = "bluefinReleases"
6767 title = "Bluefin"
68- maxItems = { 10 }
68+ maxItems = { 12 } // 12 weeks < 90 days
6969 showDescription = { false }
7070 filter = { ( item ) => item . title . startsWith ( "stable-" ) }
7171 />
You can’t perform that action at this time.
0 commit comments