fix: show sign in button on mobile only

zio/stable
三咲智子 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
1 changed files with 1 additions and 1 deletions

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>