Skip to content

Commit

Permalink
implemented requested changes on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugo-X committed Aug 26, 2024
1 parent ae31cd0 commit bf95345
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions client/src/ui/screens/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,16 @@ export const Home = () => {
{/* <Start mode={ModeType.Daily} />
<Start mode={ModeType.Normal} /> */}
<div className="flex bg-gray-900 p-4 rounded-xl mt-12 w-[93%] gap-4 items-center justify-evenly">
<Start
mode={ModeType.Daily}
potentialWinnings="100 STRK"
remainingTime="02:15:00"
/>
<Start
mode={ModeType.Normal}
potentialWinnings="50 STRK"
/>
<Start
mode={ModeType.Daily}
potentialWinnings="100 STRK"
remainingTime="02:15:00"
/>
<Start
mode={ModeType.Normal}
potentialWinnings="50 STRK"
remainingTime="02:15:00"
/>
</div>
{!game && (
<div className="absolute top md:translate-y-[100%] translate-y-[40%] bg-slate-900 w-11/12 p-6 rounded-xl">
Expand Down

0 comments on commit bf95345

Please sign in to comment.