Skip to content

Commit 047cab1

Browse files
committed
children of time
1 parent 2ec5f29 commit 047cab1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/lib/helpers/bookProvider.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,15 @@ export function getBooks(): Book[] {
6464
),
6565
new Book(
6666
'Snow Crash',
67-
new Date('Jly 19, 2025'),
67+
new Date('July 19, 2025'),
6868
4,
6969
'Great sci-fi book about a somewhat dystopian future of human society. Sometimes a little too out of this world, but still a great read.'
70+
),
71+
new Book(
72+
'Children of Time',
73+
new Date('October 23, 2025'),
74+
4,
75+
'A philosophical sci-fi book about the history of life on Earth and the future of humanity. It has a lot of interesting ideas and concepts, but can sometimes be a bit too designed to work in a particular way.'
7076
)
7177
];
7278
}

0 commit comments

Comments
 (0)