Skip to content

Commit

Permalink
fixup! fixup! feat: add nav to mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
RasenGUY committed Nov 3, 2023
1 parent 7a803bd commit ff876ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/GameCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const DiceGameCard = () => {
Roll the dice, the player with the highest number wins.
</GameCardDescription>
{
<Link to="http://35.208.209.92:8080/#/dice/create" className="w-[75%]" state={ { gameType: WegaTypes[WegaTypesEnum.DICE] }}><Button buttonType="primary" content='Play' className="w-[100%]"/></Link>
<Link replace={true} to="https://app.wega.fun/#/dice/create" className="w-[75%]" state={ { gameType: WegaTypes[WegaTypesEnum.DICE] }}><Button buttonType="primary" content='Play' className="w-[100%]"/></Link>
}
</GameCardBody>
</GameCardContainer>
Expand Down Expand Up @@ -134,8 +134,7 @@ export const CoinFlipGameCard = () => {
</GameCardDescription>

{

<Link to="http://35.208.209.92:8080/#/coinflip/create" className="w-[75%]" state={ { gameType: WegaTypes[WegaTypesEnum.COINFLIP] } } ><Button buttonType="primary" content='Play' className="w-[100%]" /></Link>
<Link replace={true} to="https://app.wega.fun/#/coinflip/create" className="w-[75%]" state={ { gameType: WegaTypes[WegaTypesEnum.COINFLIP] } } ><Button buttonType="primary" content='Play' className="w-[100%]" /></Link>
}
</GameCardBody>
</GameCardContainer>
Expand Down

0 comments on commit ff876ab

Please sign in to comment.