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) => (