Skip to content

Commit 4083d6c

Browse files
committed
Up # of default in view
1 parent 121683d commit 4083d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/changelog/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const props = {
6666

6767
return (
6868
<div
69-
class:list={["mt-0! sm:flex", { "hidden!": idx >= 10 }]}
69+
class:list={["mt-0! sm:flex", { "hidden!": idx >= 50 }]}
7070
data-products={JSON.stringify(
7171
productIds.concat(
7272
productGroups.map((group) =>

0 commit comments

Comments
 (0)