Skip to content

Commit

Permalink
Сменил текст на кнопочке
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed May 26, 2023
1 parent de9dbd9 commit cc3c239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const Home: NextPage = () => {
{isLoggedIn ? (
<button onClick={logoutWallet}>Отозвать подпись</button>
) : (
<button onClick={signInWithEthereum}>2. Зайти в кошелёк</button>
<button onClick={signInWithEthereum}>2. Подписать сообщение</button>
)}
</div>
)}
Expand Down

0 comments on commit cc3c239

Please sign in to comment.