Skip to content

Commit 4090972

Browse files
committed
Switch to 3 CTA
1 parent 0562ffd commit 4090972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sections/updates/updates.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let deadlines = await getCollection("deadlines");
88
deadlines = deadlines
99
.sort((a, b) => a.slug.localeCompare(b.slug))
1010
.reverse()
11-
.slice(0, 6);
11+
.slice(0, 3);
1212
---
1313

1414
<Section>

0 commit comments

Comments
 (0)