adamelmore 3 недель назад
Родитель
Сommit
892113ab39
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/context/highlights.tsx

+ 1 - 1
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({