Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed Apr 4, 2024
1 parent 4aaad97 commit 080633f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function App() {
WebApp.MainButton.onClick(addToHomeScreen);
}
if (view === View.CONNECT) {
WebApp.MainButton.hide();
WebApp.MainButton.disable();
}
if (view === View.CONNECTED) {
WebApp.MainButton.show();
Expand Down
2 changes: 0 additions & 2 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ WebApp.ready();
// Expand the Telegram Mini App to full screen
WebApp.expand();

// WebApp.setBackgroundColor('#333333');

// Wallet Connect Config
// 1. Get projectId
const projectId = '10bc66667bce58aa9b1b9284ac74e731';
Expand Down

0 comments on commit 080633f

Please sign in to comment.