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 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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user