diff --git a/apps/client/src/app/invite/[code]/page.tsx b/apps/client/src/app/invite/[code]/page.tsx index 25a999df..3dab0953 100644 --- a/apps/client/src/app/invite/[code]/page.tsx +++ b/apps/client/src/app/invite/[code]/page.tsx @@ -7,9 +7,9 @@ import Footer from "@ai/components/footer"; import Friend from "@ai/components/game/friend"; import SignInForm from "@ai/components/sign-in-form"; import { authOptions } from "@ai/pages/api/auth/[...nextauth]"; -import Menu from "@ai/components/menu"; import { LinkSecondaryButton } from "@ai/components/button"; import { getRunningGame } from "@ai/utils/server-actions"; +import Header from "@ai/components/header"; export default async function Invite({ params }: { params: { code: string } }) { const roomInfo = await getRoomInfo(params.code); @@ -27,39 +27,37 @@ export default async function Invite({ params }: { params: { code: string } }) { } return ( -
- {session && ( -
- -
- )} -
- {runningGame && ( -
- - Join Back Into {runningGame ? "Game" : "Room"} - + <> +
+
+
+ {runningGame && ( +
+ + Join Back Into {runningGame ? "Game" : "Room"} + +
+ )} +
+

The AI Image Party Game

+

+ artificial
{" "} + unintelligence +

+
- )} -
-

The AI Image Party Game

-

- artificial
{" "} - unintelligence -

- -
- -
+ +
+