fix: sign in button (#30)

This commit is contained in:
三咲智子 Kevin Deng 2022-11-23 16:58:07 +08:00 committed by GitHub
parent 07667bd3f0
commit cd19d75418
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -3,8 +3,8 @@
<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.
</div>
<NuxtLink to="/signin" class="btn-solid text-center">
<button class="btn-solid text-center" @click="openUserSwitcher">
Sign in
</NuxtLink>
</button>
</div>
</template>