summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoradamelmore <[email protected]>2026-01-27 14:37:23 -0600
committeradamelmore <[email protected]>2026-01-27 15:25:06 -0600
commit892113ab39e233ec4c538558a9035de03ce6cadb (patch)
tree73fe998733b7bc0875f803640d2a702eaf27116d
parentf2bf6202061228584663eebb2fad95f9f494f3e6 (diff)
downloadopencode-892113ab39e233ec4c538558a9035de03ce6cadb.tar.gz
opencode-892113ab39e233ec4c538558a9035de03ce6cadb.zip
chore(app): show 5 highlights
-rw-r--r--packages/app/src/context/highlights.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/context/highlights.tsx b/packages/app/src/context/highlights.tsx
index e55bca675..cc4c021be 100644
--- a/packages/app/src/context/highlights.tsx
+++ b/packages/app/src/context/highlights.tsx
@@ -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({