chore: fix signin button

This commit is contained in:
Anthony Fu 2022-11-23 21:15:33 +08:00
parent 0a59c95cf2
commit eea9c7c509

View file

@ -3,7 +3,7 @@
<div text-sm op50> <div text-sm op50>
Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server. Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.
</div> </div>
<button class="btn-solid text-center" @click="openUserSwitcher"> <button class="btn-solid text-center" @click="openSigninDialog()">
Sign in Sign in
</button> </button>
</div> </div>