From 892113ab39e233ec4c538558a9035de03ce6cadb Mon Sep 17 00:00:00 2001 From: adamelmore <2363879+adamdottv@users.noreply.github.com> Date: Tue, 27 Jan 2026 14:37:23 -0600 Subject: [PATCH] chore(app): show 5 highlights --- packages/app/src/context/highlights.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({