1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-21 21:56:48 +01:00
elk/components/user/UserSignInEntry.vue

11 lines
340 B
Vue

<template>
<div p8 flex="~ col gap4">
<div text-sm text-secondary>
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="openSigninDialog()">
Sign in
</button>
</div>
</template>