Skip to content

Commit 46615e0

Browse files
Fix steps (windmill-labs#574)
* Fix steps transition
1 parent afb3cdd commit 46615e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/landing/TutorialSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default function TutorialSection() {
5757
}
5858
];
5959

60-
const px = 4600;
60+
const px = 4700;
6161

6262
const steps = {
6363
scripts: { total: px, steps: [20, 40, 50, 60, 70, 80] },
@@ -192,7 +192,7 @@ export default function TutorialSection() {
192192
}, [step]);
193193

194194
return (
195-
<div className="flex flex-col " ref={containerRef}>
195+
<div className="flex flex-col" ref={containerRef}>
196196
<BrowserOnly>
197197
{() => (
198198
<SmoothScroll

0 commit comments

Comments
 (0)