fix: show sign in button on mobile only
parent
36fc189064
commit
39ebb24f04
|
@ -22,7 +22,7 @@
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<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
|
Sign in
|
||||||
</button>
|
</button>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue