diff --git a/src/app/story/[storylineId]/page.tsx b/src/app/story/[storylineId]/page.tsx index 0f26067a..1317b473 100644 --- a/src/app/story/[storylineId]/page.tsx +++ b/src/app/story/[storylineId]/page.tsx @@ -143,12 +143,14 @@ export default async function StoryPage({ params }: { params: Params }) { {genesis ? ( <> - 0 ? `/story/${id}/1` : "#genesis"} - className="border-accent text-accent hover:bg-accent/10 mt-8 block w-full rounded border py-3 text-center text-sm font-medium transition-colors" - > - Read the first Plot - + {chapters.length > 0 && ( + + Read the first Plot + + )} ) : (