You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/helpers/bookProvider.ts
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,9 +64,15 @@ export function getBooks(): Book[] {
64
64
),
65
65
newBook(
66
66
'Snow Crash',
67
-
newDate('Jly 19, 2025'),
67
+
newDate('July 19, 2025'),
68
68
4,
69
69
'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
+
newBook(
72
+
'Children of Time',
73
+
newDate('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.'
0 commit comments