Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
sraibaby committed Sep 5, 2024
1 parent 04514a2 commit 4621381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Home() {
return ( <main className="min-w-full min-h-screen flex flex-col items-center bg-black text-white">
<TonConnectUIProvider manifestUrl="https://ton-connect.github.io/demo-dapp-with-react-ui/tonconnect-manifest.json"
uiPreferences={{theme:THEME.DARK}}
walletsListConfiguration={{includeWallets:AllWallets}}
// walletsListConfiguration={{includeWallets:AllWallets}}
actionsConfiguration={{twaReturnUrl:"https://t.me/tonrotatebot/start"}} >
<TonConnectButton className="mt-5" />
<h1 className="mt-10">Hello World</h1> </TonConnectUIProvider> </main> ); }

0 comments on commit 4621381

Please sign in to comment.