Skip to content

Commit 1c972d8

Browse files
committed
Added loader animation
1 parent 1c35552 commit 1c972d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mtv-client/src/components/Common/Loader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Loader: React.FC<Props> = ({ isLoading, children }) => {
99
const loadingOverlay = () => (
1010
<div className="loading">
1111
<div className="loader-overlay">
12-
<i className="fa fa-refresh fa-spin" />
12+
<i className="fa fa-sync fa-spin" />
1313
</div>
1414
</div>
1515
);

0 commit comments

Comments
 (0)