Skip to content

Commit

Permalink
Show newest first in archive
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish authored Feb 4, 2025
1 parent dd246cd commit 935bb58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Archive.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function PuzzleList() {

async function fetchArchive() {
const data = await loadStandardGameArchive();
data.reverse(); // newest first
setArchiveDates(data);
}

Expand Down

0 comments on commit 935bb58

Please sign in to comment.