cleanup code

This commit is contained in:
MarconLP 2023-05-05 17:17:13 +02:00
parent b03c4a875f
commit b8db796d32
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -191,7 +191,7 @@ const VideoList: NextPage = () => {
</>
) : (
<>
<div className="animate-pulse h-10 w-10 overflow-hidden rounded-full bg-red-400 bg-slate-200"></div>
<div className="animate-pulse h-10 w-10 overflow-hidden rounded-full bg-slate-200"></div>
<div className="animate-pulse ml-3 h-4 w-[100px] rounded bg-slate-200 font-medium"></div>
</>
)}