From e73f37da76c96697a229cfdab71b4ce02551a1a0 Mon Sep 17 00:00:00 2001 From: gbanyan Date: Tue, 18 Nov 2025 23:10:15 +0800 Subject: [PATCH] Hide next station when no newer posts --- components/post-storyline-nav.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/post-storyline-nav.tsx b/components/post-storyline-nav.tsx index 8ee9242..fcd2e19 100644 --- a/components/post-storyline-nav.tsx +++ b/components/post-storyline-nav.tsx @@ -66,6 +66,9 @@ function Station({ station }: { station: StationConfig }) { const alignClass = align === 'end' ? 'items-end text-right' : 'items-start text-left'; if (!post) { + if (align === 'start') { + return