Skip to content

Commit

Permalink
stop vercel deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcode committed Jun 17, 2022
1 parent 2c84de7 commit 711a572
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Main = () => {

{/* body */}
<Box textAlign="center">
<Heading color="white" fontSize="6xl" lineHeight="tall">Internet Computer - Ripple Bridge</Heading>
<Heading color="white" fontSize="6xl" lineHeight="tall">Internet Computer - Ripple Bridge1</Heading>
<Heading color="white" fontSize="3xl" as="h3" lineHeight="tall">An Infrastrucutre for Multi-chain Entertainment</Heading>
<Button bgColor="primary" size="lg" borderRadius="full" w="60" mt="24" onClick={() => setConnectPanelVisible(true)}>Start Transfer</Button>
</Box>
Expand Down
7 changes: 7 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"version": 2,
"public": false,
"github": {
"enabled": false
}
}

0 comments on commit 711a572

Please sign in to comment.