mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
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>
|
||||
|
||||
Reference in New Issue
Block a user