Spaces:
Sleeping
Sleeping
layout
Browse files- patches/src/App.tsx +4 -5
patches/src/App.tsx
CHANGED
@@ -73,20 +73,19 @@ 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 |
<OAuthLogin />
|
|
|
77 |
<Game />
|
78 |
|
79 |
<footer className="justify-end bottom-0 left-0 w-full flex items-center mt-4 gap-3 p-6 flex-wrap pointer-events-none">
|
80 |
<div className="flex gap-4 flex-grow pointer-events-none">
|
81 |
-
|
82 |
<MusicButton />
|
83 |
<Button href="https://github.com/a16z-infra/ai-town" imgUrl={starImg}>
|
84 |
Star
|
85 |
</Button>
|
86 |
-
|
87 |
-
<Button imgUrl={helpImg} onClick={() => setHelpModalOpen(true)}>
|
88 |
-
Help
|
89 |
-
</Button>
|
90 |
<div id="footer-buttons"/>
|
91 |
</div>
|
92 |
</footer>
|
|
|
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"></div>
|
77 |
<OAuthLogin />
|
78 |
+
</div>
|
79 |
<Game />
|
80 |
|
81 |
<footer className="justify-end bottom-0 left-0 w-full flex items-center mt-4 gap-3 p-6 flex-wrap pointer-events-none">
|
82 |
<div className="flex gap-4 flex-grow pointer-events-none">
|
83 |
+
|
84 |
<MusicButton />
|
85 |
<Button href="https://github.com/a16z-infra/ai-town" imgUrl={starImg}>
|
86 |
Star
|
87 |
</Button>
|
88 |
+
|
|
|
|
|
|
|
89 |
<div id="footer-buttons"/>
|
90 |
</div>
|
91 |
</footer>
|