Skip to content

Commit 16fd154

Browse files
committed
Updated timeline
1 parent fb0108a commit 16fd154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/TimeLine.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default function CustomTimeLine() {
112112
return (
113113
<div className={`timeline-container ${isVisible ? 'fade-in' : ''}`}>
114114
<h1 className="timeline-title">Important Dates</h1>
115-
<Timeline active={0} bulletSize={28} lineWidth={4} color="teal">
115+
<Timeline active={8} bulletSize={28} lineWidth={4} color="teal">
116116
{data.map((item, index) => (
117117
<Timeline.Item
118118
key={index}

0 commit comments

Comments
 (0)