Skip to content

Commit

Permalink
fix: fix lint error
Browse files Browse the repository at this point in the history
fix lint errors
  • Loading branch information
MadhuSaini22 committed Jan 20, 2023
1 parent 1a0d765 commit 08331f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GoToTop.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const GoToTop = () => {
return () => window.removeEventListener("scroll", listenToScroll)
}, [])

// classes for gototop button
// classes for Back to Top button

return (
<div
Expand Down

0 comments on commit 08331f0

Please sign in to comment.