Skip to content

Commit 41bea84

Browse files
committed
less than, not greater than
1 parent 738b64b commit 41bea84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Parallax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default class Parallax extends Component {
4141
);
4242
}
4343

44-
// Deprecation warning for >=1.0.0
44+
// Deprecation warning for <=1.0.0
4545
// If no context is available but the window global is then warn
4646
if (!this.context.parallaxController && window.ParallaxController) {
4747
console.log(

0 commit comments

Comments
 (0)