Skip to content

Commit

Permalink
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 8e9c5f0 commit ac7fc93
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/LandingPageHeroMobile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ const LandingPageHeroMobile = () => {
<Dice tw="rounded-[15px] w-[115px] h-[115px] p-[14px] border-[2.5px] mt-[-0.75rem]" diceRef={diceRef} />
<Link to="https://app.wega.fun" target="_blank" rel="noreferrer">
<Button buttonType="primary" tw="z-[-20] flex flex-row justify-center px-[24px] py-[12px] items-center mt-[5rem]" >
Play
{/* <BlackFillWrapperForSVG tw="ms-[8px]">
<TwitterIcon width="16px" height="16px"/>
</BlackFillWrapperForSVG> */}
</Button>
Play
{/* <BlackFillWrapperForSVG tw="ms-[8px]">
<TwitterIcon width="16px" height="16px"/>
</BlackFillWrapperForSVG> */}
</Button>
</Link>
</div>
)
Expand Down

0 comments on commit ac7fc93

Please sign in to comment.