diff options
Diffstat (limited to 'web/source/settings/components/loading.jsx')
-rw-r--r-- | web/source/settings/components/loading.jsx | 2 |
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 |