Skip to content

Commit

Permalink
hide Get BVM button
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytc13579 committed Jan 11, 2024
1 parent a4e318d commit 87f79f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/bvm_v2/Section_1/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const Section_1 = () => {
Whatever your vision — a dapp, a fully onchain game, a DEX, or an
ecosystem — there are many benefits of running your own blockchain.
</Text>
<Button
{/* <Button
bgColor={'#FA4E0E'}
color={'#fff'}
minW={['66px']}
Expand All @@ -48,7 +48,7 @@ const Section_1 = () => {
}}
>
{`Get BVM`}
</Button>
</Button> */}
</Flex>
);
};
Expand Down

0 comments on commit 87f79f4

Please sign in to comment.