Skip to content

Commit 76e1f56

Browse files
committed
Update index.html
1 parent 171c750 commit 76e1f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ <h2 class="color-1 weight-title-h font-title section__title center">A codeful of
343343

344344
const height = 51.4; // el.clientHeight;
345345

346-
let isVisible = (elemTop + height) < window.innerHeight;
346+
const isVisible = (elemTop + height) < window.innerHeight;
347347

348348
return isVisible;
349349

0 commit comments

Comments
 (0)