Skip to content

Commit

Permalink
- parallax small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
einazare committed Aug 26, 2019
1 parent 1317eb0 commit b4bdae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Parallax/Parallax.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Parallax(props) {
const classes = useStyles();
const parallaxClasses = classNames({
[classes.parallax]: true,
[classes[filter + "Color"]]: filter !== undefined,
[classes.filter]: filter,
[classes.small]: small,
[className]: className !== undefined
});
Expand Down

0 comments on commit b4bdae8

Please sign in to comment.