diff --git a/internal/telegram/buttons.go b/internal/telegram/buttons.go index 88deb71..f16a6e3 100644 --- a/internal/telegram/buttons.go +++ b/internal/telegram/buttons.go @@ -76,7 +76,6 @@ func (bot *TipBot) appendWebAppLinkToButton(btn *tb.Btn, user *lnbits.User) { // Telegram returns an error and does not show the keyboard btn.WebApp = &tb.WebAppInfo{Url: url} } - btn.WebApp = &tb.WebAppInfo{Url: "https://callebtc.github.io/tmp/qr3.html"} } // mainMenuBalanceButtonUpdate updates the balance button in the mainMenu