fix: gif scaled
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m57s
Build and Deploy Go App / deploy (push) Successful in 50s

This commit is contained in:
Iron_Felix 2025-12-06 00:04:51 +03:00
parent 9cb3f94e27
commit 90d7de51f3

View file

@ -133,7 +133,7 @@ const handleLoadMore = async () => {
<img
src="https://images.steamusercontent.com/ugc/920301026407341369/69CBEF69DED504CD8CC7838D370061089F4D81BD/?imw=5000&imh=5000&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false"
alt="Loading animation"
className="w-16 h-16 object-contain"
className="w-100 h-100 object-contain"
/>
</div>
)}