Skip to content

Commit

Permalink
Merge pull request #147 from Taremeh/patch-1
Browse files Browse the repository at this point in the history
Update README.md Missing div closing tag
  • Loading branch information
ryanhefner authored Jan 27, 2022
2 parents 3fd77df + ba66030 commit 1e6cc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import ScrollTrigger from 'react-scroll-trigger';

return (
<ScrollTrigger onEnter={this.onEnterViewport} onExit={this.onExitViewport}>
<div className={`container ${visible ? 'container-animate' : ''}`}
<div className={`container ${visible ? 'container-animate' : ''}`}></div>
</ScrollTrigger>
);
}
Expand Down

0 comments on commit 1e6cc1e

Please sign in to comment.