Skip to content

Commit

Permalink
Make it so that numbers only change on first load
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudate9 committed Jan 1, 2024
1 parent 7528d68 commit d5e52bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const statsObserver = new IntersectionObserver((entries) => {
}, timeout())
break
}
statsObserver.unobserve(entry.target)
})
})

Expand Down

0 comments on commit d5e52bd

Please sign in to comment.