Update components with CSS animations
This commit is contained in:
@@ -82,7 +82,7 @@ const DeckList = ({ onDeckEdit }: DeckListProps) => {
|
||||
if (loading) {
|
||||
return (
|
||||
<div className="flex items-center justify-center h-64">
|
||||
<div className="animate-spin rounded-full h-32 w-32 border-t-2 border-b-2 border-blue-500"></div>
|
||||
<div className="loading-spinner h-32 w-32"></div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user