Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
p00pcvm authored Jan 4, 2025
1 parent e4f1043 commit 929aec2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ <h1>Welcome to Conway's Farm of Life</h1>
console.error("TonConnectUI is not defined. Ensure the script is loaded correctly.");
} else {
const tonConnectUI = window.TonConnectUI.create({
manifestUrl: 'tonconnect-manifest.json',
manifestUrl: 'https://p00pcvm.github.io/tonconnect-manifest.json',
buttonRootId: 'ton-connect'
});

document.getElementById('ton-connect-button').addEventListener('click', async () => {
Expand Down

0 comments on commit 929aec2

Please sign in to comment.