From 985caa2a4ddcb942bdcd810360a1de58ce49e370 Mon Sep 17 00:00:00 2001 From: gbanyan Date: Wed, 19 Nov 2025 01:56:59 +0800 Subject: [PATCH] Cleanup stray text in timeline wrapper --- components/timeline-wrapper.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/timeline-wrapper.tsx b/components/timeline-wrapper.tsx index 31fc24a..6e660c6 100644 --- a/components/timeline-wrapper.tsx +++ b/components/timeline-wrapper.tsx @@ -18,7 +18,6 @@ export function TimelineWrapper({ children, className }: TimelineWrapperProps) { className="pointer-events-none absolute left-3 top-0 h-full w-[8px] rounded-full bg-blue-500/15 blur-[14px]" aria-hidden="true" /> - {/* Animated scroll cue removed */}*** End Patch
{items.map((child, index) => (