Rewriting status card to make it look good and to go over the code
This commit is contained in:
@ -32,7 +32,7 @@ export const Loading: React.FC<Loading_Props> = ({
|
||||
}, [intervalMs, alpha]);
|
||||
|
||||
return (
|
||||
<div className="items-center justify-center w-1/3 m-auto pt-20">
|
||||
<div className='items-center justify-center w-1/3 m-auto pt-20'>
|
||||
<Progress value={progress} className={className} {...props} />
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user