summaryrefslogtreecommitdiff
path: root/web/source/settings/components/loading.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/source/settings/components/loading.jsx')
-rw-r--r--web/source/settings/components/loading.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/settings/components/loading.jsx b/web/source/settings/components/loading.jsx
index f5648285b..a278e6466 100644
--- a/web/source/settings/components/loading.jsx
+++ b/web/source/settings/components/loading.jsx
@@ -22,6 +22,6 @@ const React = require("react");
module.exports = function Loading() {
return (
- <i className="fa fa-spin fa-refresh" aria-label="Loading" title="Loading"/>
+ <i className="fa fa-spin fa-refresh loading-icon" aria-label="Loading" title="Loading" />
);
}; \ No newline at end of file