mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
chore(app): show 5 highlights
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user