Skip to content

Commit

Permalink
merge main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wheval committed Jan 29, 2025
1 parent e5cfc1f commit 6360dd1
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions packages/nextjs/app/coinflip/_components/ConflipPlayPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const ConflipPlayPage = () => {
return (
<div className="relative flex justify-center items-center min-h-screen text-white overflow-hidden">
{isProcessing ? (
<> <div className="flex flex-col gap-[1em] justify-center items-center min-h-screen">
<div className="flex flex-col gap-[1em] justify-center items-center min-h-screen">
<img
src="/coin-removebg.png"
alt="Web3 Arcade Coin"
Expand All @@ -26,11 +26,7 @@ export const ConflipPlayPage = () => {
</div>
</div>
</div>
</div>
</div>
</>
) : (
<>
<div className="relative text-center p-4 space-y-6 -z-5">
<div className="flex justify-center">
<img
Expand Down Expand Up @@ -120,8 +116,7 @@ export const ConflipPlayPage = () => {
</button>
</div>
</div>
</>
)}
</div>
)
}
);
};

0 comments on commit 6360dd1

Please sign in to comment.