Skip to content

Commit

Permalink
Merge branch 'main' into universalkit-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Aug 1, 2024
2 parents 2e98255 + 488b4ac commit 46c758e
Show file tree
Hide file tree
Showing 3 changed files with 939 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import { ConnectButton } from "@rainbow-me/rainbowkit";
import { ConnectBitcoin } from "@zetachain/universalkit";
import { Welcome } from "./welcome";

const Page = () => {
return (
Expand All @@ -10,6 +11,7 @@ const Page = () => {
<ConnectBitcoin />
<ConnectButton label="Connect EVM" showBalance={false} />
</div>
<Welcome />
<div className="flex justify-center">
<div className="w-[400px]">{/* Add components here */}</div>
</div>
Expand Down
Loading

0 comments on commit 46c758e

Please sign in to comment.