Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
#2473 fix Loader's prop name
Browse files Browse the repository at this point in the history
  • Loading branch information
siemiatj committed Apr 6, 2020
1 parent 4197e14 commit df01dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/app/Loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ const Loader = (props) => {
>
{!loaderType && (
<CSSTransition
classNames="rotate"
className="rotate icon-rotate"
timeout={{ exit: 1000, enter: 1000 }}
>
<div className="rotate icon-rotate">
<div>
<i className="meta-icon-settings" />
</div>
</CSSTransition>
Expand Down

0 comments on commit df01dc1

Please sign in to comment.