chore(app): show 5 highlights

This commit is contained in:
adamelmore 2026-01-27 14:37:23 -06:00
parent f2bf620206
commit 892113ab39
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75

View File

@ -126,7 +126,7 @@ function sliceHighlights(input: { releases: ParsedRelease[]; current?: string; p
seen.add(key)
return true
})
return unique.slice(0, 3)
return unique.slice(0, 5)
}
export const { use: useHighlights, provider: HighlightsProvider } = createSimpleContext({