Spaces:
Sleeping
Sleeping
layout mistake
Browse files- patches/src/App.tsx +1 -1
patches/src/App.tsx
CHANGED
@@ -73,7 +73,7 @@ export default function Home() {
|
|
73 |
</div> */}
|
74 |
|
75 |
<div className="w-full lg:h-screen min-h-screen relative isolate overflow-hidden shadow-2xl flex flex-col justify-start">
|
76 |
-
<div className="flex gap-4 flex-grow pointer-events-none"
|
77 |
<OAuthLogin />
|
78 |
</div>
|
79 |
<Game />
|
|
|
73 |
</div> */}
|
74 |
|
75 |
<div className="w-full lg:h-screen min-h-screen relative isolate overflow-hidden shadow-2xl flex flex-col justify-start">
|
76 |
+
<div className="flex gap-4 flex-grow pointer-events-none">
|
77 |
<OAuthLogin />
|
78 |
</div>
|
79 |
<Game />
|