Skip to content

Commit 5d3b476

Browse files
committed
Fix RSS update dates
1 parent b55936d commit 5d3b476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/more/changes.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const changes = (
9696
<WillowRssItem
9797
title="A lot of everything"
9898
name="big_update_2025"
99-
date={new Date(2025, 10, 23)}
99+
date={new Date(2025, 9, 26)}
100100
>
101101
<P>
102102
In the past year we built up a tremendous reservoir of
@@ -374,7 +374,7 @@ export const changes = (
374374
<WillowRssItem
375375
title="Changes to Confidential Sync and Drop Format"
376376
name="big_changes_2025"
377-
date={new Date(2025, 10, 23)}
377+
date={new Date(2025, 9, 26)}
378378
>
379379
<P>
380380
We have made sweeping (and breaking) changes to{" "}

0 commit comments

Comments
 (0)