feat: add bot label (#392)

This commit is contained in:
Shinigami 2022-12-11 16:43:23 +01:00 committed by GitHub
parent 183b1659d1
commit a26cedbdd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 10 deletions

View file

@ -0,0 +1,5 @@
<template>
<div flex="~" items-center border="~" rounded-md px-2 text-xs>
BOT
</div>
</template>