Skip to content

Commit e508725

Browse files
committed
Update homepage.js
1 parent 24fb052 commit e508725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homepage/homepage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ featurePoints.forEach(point => {
189189

190190
pointStaggerIntervals.push(totalPointAnimation);
191191

192-
totalPointAnimation += point.clientHeight + 34;
192+
totalPointAnimation += point.clientHeight;
193193

194194
});
195195

0 commit comments

Comments
 (0)