Skip to content

Commit

Permalink
Update PlayOptions.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
asmit27rai authored Jun 7, 2024
1 parent 6b3144a commit 42c6e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/PlayOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ const PlayOptions = () => {
console.log('Create Game');
navigate('/game');
};

const JoinGame = () => {
// Logic to join a game
console.log('Join Game with code:', gameCode);
};

return (
<div className="flex flex-col items-center justify-center h-screen bg-gradient-to-r from-neutral-950 via-red-950 to-neutral-950">
<div className="max-h-screen w-screen max-w-screen-md p-1 md:items-center md:justify-center">
Expand Down

0 comments on commit 42c6e6e

Please sign in to comment.