Skip to content

Commit

Permalink
Added the message that polkadot extension is required
Browse files Browse the repository at this point in the history
  • Loading branch information
mashrin committed Jul 13, 2022
1 parent 89f7312 commit 23cf56f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion subsocial/components/login-page/login-component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const LoginComponent = () => {
<div className="flex flex-col justify-center container mt-5 text-white mx-auto">
<Logo height="2.3rem" />
<span className="font-bold text-2xl mt-6 pt-1 text-center">Log in to Twitter</span>
<small className="text-center">just type anything</small>
<small className="text-center">Polkadot Hackathon</small>
<small className="text-center">Polkadot extension is required</small>
<div className=" lg:w-5/12 lg:px-0 px-5 w-full mt-5 mx-auto">
<button
onClick={connectWallet}
Expand Down

0 comments on commit 23cf56f

Please sign in to comment.