changed loading image
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 787 KiB |
@@ -356,12 +356,13 @@ export default function Lobby() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div className="rounded-md bg-black p-2">
|
<div className="rounded-md border-8 border-black bg-blue-950/80 py-[1px]">
|
||||||
<Image
|
<Image
|
||||||
src="/meowl.png"
|
src="/cdspin.gif"
|
||||||
alt="Loading.."
|
alt="Loading..."
|
||||||
width={500}
|
width={500}
|
||||||
height={500}
|
height={500}
|
||||||
|
className="rounded-md"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user