Skip to content

Commit

Permalink
add dummy screen on single mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mezger75 committed May 26, 2024
1 parent 910a825 commit 0977986
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/app/single/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ export default function SingleModePage() {
return (
<>
<GamePageHeader />
<main className="h-screen flex flex-col relative">single mode</main>
<main className="h-screen flex flex-col relative justify-center">
<div className="flex justify-center">Coming soon...</div>
</main>
<Footer />
</>
);
Expand Down

0 comments on commit 0977986

Please sign in to comment.