elk/components/user/UserSignInEntry.vue
三咲智子 Kevin Deng cd19d75418
fix: sign in button (#30)
2022-11-23 09:58:07 +01:00

11 lines
328 B
Vue

<template>
<div p8 flex="~ col gap4">
<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>
<button class="btn-solid text-center" @click="openUserSwitcher">
Sign in
</button>
</div>
</template>