fix: show sign in button on mobile only
parent
36fc189064
commit
39ebb24f04
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue