|
@@ -32,7 +32,7 @@ const useIntersection = <E extends HTMLElement>(): [boolean, Ref<E>] => {
|
|
|
const LoadingIndicator = (): React.ReactElement => {
|
|
const LoadingIndicator = (): React.ReactElement => {
|
|
|
return (
|
|
return (
|
|
|
<div className="text-muted text-center">
|
|
<div className="text-muted text-center">
|
|
|
- <i className="fa fa-2x fa-spinner fa-pulse me-1"></i>
|
|
|
|
|
|
|
+ <span className="me-1"><LoadingSpinnerPulse /></span>
|
|
|
</div>
|
|
</div>
|
|
|
);
|
|
);
|
|
|
};
|
|
};
|