Skip to content

Commit

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

{
<Link replace={true} to="https://app.wega.fun/#/coinflip/create" tw="w-[75%]" state={ { gameType: WegaTypes[WegaTypesEnum.COINFLIP] } } ><Button buttonType="primary" content='Play' tw="w-[100%]" /></Link>
<Link replace={true} to="https://app.wega.fun/#/" tw="w-[75%]" state={ { gameType: WegaTypes[WegaTypesEnum.COINFLIP] } } ><Button buttonType="primary" content='Play' tw="w-[100%]" /></Link>
}
</GameCardBody>
</GameCardContainer>
Expand Down
4 changes: 1 addition & 3 deletions src/components/LandingPagePlaySection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ const LandingPagePlaySection = () => {
</Section>
)
}
export default LandingPagePlaySection;

{/* <SectionHeader tw="w-full text-center pt-[32px]">Play multiple P2P betting games with your NFTs.</SectionHeader> */}
export default LandingPagePlaySection;

0 comments on commit fffa2fc

Please sign in to comment.