forked from abner/for-legacy-web
Add animations to loaders.
This commit is contained in:
@@ -39,7 +39,7 @@ export function OnboardingModal({ onClose, callback }: Props) {
|
||||
</div>
|
||||
<div className={styles.form}>
|
||||
{loading ? (
|
||||
<Preloader />
|
||||
<Preloader type="spinner" />
|
||||
) : (
|
||||
<>
|
||||
<p>
|
||||
|
||||
@@ -309,7 +309,7 @@ export function UserProfile({ user_id, onClose, dummy, dummyProfile }: Props) {
|
||||
)}
|
||||
</div>
|
||||
) : (
|
||||
<Preloader />
|
||||
<Preloader type="ring" />
|
||||
))}
|
||||
{tab === "groups" && (
|
||||
<div className={styles.entries}>
|
||||
|
||||
Reference in New Issue
Block a user