feat: add loading screen
This commit is contained in:
+3
-1
@@ -629,7 +629,9 @@ function Loader() {
|
||||
return (
|
||||
<div
|
||||
className={`loader ${!visible ? 'loader hidden' : ''}`}
|
||||
/>
|
||||
>
|
||||
<img src='/img/niko.jpg' className='niko-spin' />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user