Skip to content

Commit adb7b0c

Browse files
authored
Merge pull request #232 from HDI-Project/loaders
Added loader animation
2 parents 1c35552 + 1c972d8 commit adb7b0c

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)