changed loading image

This commit is contained in:
2025-08-19 21:02:43 +02:00
parent da10b19960
commit 2a23f1dedc
2 changed files with 4 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 787 KiB

+4 -3
View File
@@ -356,12 +356,13 @@ export default function Lobby() {
/>
</div>
) : (
<div className="rounded-md bg-black p-2">
<div className="rounded-md border-8 border-black bg-blue-950/80 py-[1px]">
<Image
src="/meowl.png"
alt="Loading.."
src="/cdspin.gif"
alt="Loading..."
width={500}
height={500}
className="rounded-md"
/>
</div>
)}