Cleanup stray text in timeline wrapper

This commit is contained in:
2025-11-19 01:56:59 +08:00
parent 77bd180d97
commit 985caa2a4d

View File

@@ -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
<div className="space-y-4">
{items.map((child, index) => (