- ({
- plotIndex: p.plot_index,
- title: p.title || (p.plot_index === 0 ? "Genesis" : `Chapter ${p.plot_index}`),
- content: p.content,
- }))}
- initialPlotIndex={0}
- />
-
-
+
diff --git a/src/components/ReadingMode.tsx b/src/components/ReadingMode.tsx
index 96461342..d1257c7a 100644
--- a/src/components/ReadingMode.tsx
+++ b/src/components/ReadingMode.tsx
@@ -200,8 +200,12 @@ export function ReadingModeButton({ onClick }: { onClick: () => void }) {
return (
);
Genesis
{plot.block_timestamp && (
)}
+ {readingMode && {readingMode}}
{plot.content ? (