From 22120595a6a9133059c30785b40a6a7eaf953add Mon Sep 17 00:00:00 2001 From: gbanyan Date: Wed, 19 Nov 2025 01:41:12 +0800 Subject: [PATCH] Use only card-aligned timeline ticks --- components/timeline-wrapper.tsx | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/components/timeline-wrapper.tsx b/components/timeline-wrapper.tsx index 8b9eacf..4c8915c 100644 --- a/components/timeline-wrapper.tsx +++ b/components/timeline-wrapper.tsx @@ -9,17 +9,9 @@ interface TimelineWrapperProps { export function TimelineWrapper({ children, className }: TimelineWrapperProps) { const items = Children.toArray(children); return ( -
-