Fix images being deleted when they shouldn't

Resolves #375
This commit is contained in:
Kurt Hutten
2021-06-25 05:34:17 +10:00
parent 52bf8922c4
commit 473f8d667c
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ const SmallLoadingPing = (
)
const BigLoadingPing = () => (
<div className="inset-0 absolute flex items-center justify-center">
<div className="inset-0 absolute flex items-center justify-center bg-ch-gray-800">
<div className="h-16 w-16 bg-pink-600 rounded-full animate-ping"></div>
</div>
)