We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0108a commit 16fd154Copy full SHA for 16fd154
components/TimeLine.tsx
@@ -112,7 +112,7 @@ export default function CustomTimeLine() {
112
return (
113
<div className={`timeline-container ${isVisible ? 'fade-in' : ''}`}>
114
<h1 className="timeline-title">Important Dates</h1>
115
- <Timeline active={0} bulletSize={28} lineWidth={4} color="teal">
+ <Timeline active={8} bulletSize={28} lineWidth={4} color="teal">
116
{data.map((item, index) => (
117
<Timeline.Item
118
key={index}
0 commit comments