forked from abner/for-legacy-web
Add animations to loaders.
This commit is contained in:
@@ -55,7 +55,7 @@ export function Sessions() {
|
||||
if (typeof sessions === "undefined") {
|
||||
return (
|
||||
<div className={styles.loader}>
|
||||
<Preloader />
|
||||
<Preloader type="ring" />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user