We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c35552 commit 1c972d8Copy full SHA for 1c972d8
mtv-client/src/components/Common/Loader.tsx
@@ -9,7 +9,7 @@ const Loader: React.FC<Props> = ({ isLoading, children }) => {
9
const loadingOverlay = () => (
10
<div className="loading">
11
<div className="loader-overlay">
12
- <i className="fa fa-refresh fa-spin" />
+ <i className="fa fa-sync fa-spin" />
13
</div>
14
15
);
0 commit comments