fix: show sign in button on mobile only

This commit is contained in:
三咲智子 2022-11-26 14:27:05 +08:00
parent 36fc189064
commit 39ebb24f04
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E

View file

@ -22,7 +22,7 @@
</NuxtLink>
</template>
<template v-else>
<button btn-solid text-sm px-2 py-1 text-center @click="openSigninDialog()">
<button md-hidden btn-solid text-sm px-2 py-1 text-center @click="openSigninDialog()">
Sign in
</button>
</template>