fix
This commit is contained in:
parent
90d7de51f3
commit
7623adf2a7
1 changed files with 2 additions and 2 deletions
|
|
@ -131,9 +131,9 @@ const handleLoadMore = async () => {
|
||||||
<div className="mt-20 flex flex-col items-center justify-center space-y-4 font-medium text-black">
|
<div className="mt-20 flex flex-col items-center justify-center space-y-4 font-medium text-black">
|
||||||
<span>Loading...</span>
|
<span>Loading...</span>
|
||||||
<img
|
<img
|
||||||
src="https://images.steamusercontent.com/ugc/920301026407341369/69CBEF69DED504CD8CC7838D370061089F4D81BD/?imw=5000&imh=5000&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false"
|
src="https://images.steamusercontent.com/ugc/920301026407341369/69CBEF69DED504CD8CC7838D370061089F4D81BD/"
|
||||||
alt="Loading animation"
|
alt="Loading animation"
|
||||||
className="w-100 h-100 object-contain"
|
className="size-100 object-contain"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue