elk/components/account/AccountBotIndicator.vue

6 lines
105 B
Vue

<template>
<div flex="~" items-center border="~" rounded-md px-2 text-xs>
BOT
</div>
</template>