Add bot indicator

This commit is contained in:
Lim Chee Aun 2022-12-27 17:54:48 +08:00
parent 1bb547e1a3
commit 43e0f51bcf
2 changed files with 10 additions and 0 deletions

View file

@ -635,6 +635,9 @@ button.carousel-dot[disabled].active {
margin: 4px; margin: 4px;
align-self: center; align-self: center;
} }
.tag .icon {
vertical-align: middle;
}
/* MENU POPUP */ /* MENU POPUP */

View file

@ -129,6 +129,13 @@ function Account({ account }) {
<NameText account={info} showAcct external /> <NameText account={info} showAcct external />
</header> </header>
<main> <main>
{bot && (
<>
<span class="tag">
<Icon icon="bot" /> Automated
</span>
</>
)}
<div <div
class="note" class="note"
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{