forked from abner/for-legacy-web
Add animations to loaders.
This commit is contained in:
@@ -202,7 +202,7 @@ function Context({ auth, sync, children, dispatcher }: Props) {
|
||||
}, []);
|
||||
|
||||
if (status === ClientStatus.LOADING) {
|
||||
return <Preloader />;
|
||||
return <Preloader type="spinner" />;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user