Skip to content

Commit 36d7d5f

Browse files
committed
change Project header animation without props
1 parent c717fb7 commit 36d7d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/projects.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default class Projects extends React.Component {
1414
<div className="project-container container bg-light pb-5">
1515
<h1
1616
id="projects"
17-
className={"text-center " + this.props.fadeInRight}>
17+
className={"text-center wow fadeInRight"}>
1818
Projects
1919
</h1>
2020

0 commit comments

Comments
 (0)