From 43e0f51bcf35249f71a56c263813820d8177762e Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 27 Dec 2022 17:54:48 +0800 Subject: [PATCH] Add bot indicator --- src/app.css | 3 +++ src/components/account.jsx | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/src/app.css b/src/app.css index ea69303e..18ab5474 100644 --- a/src/app.css +++ b/src/app.css @@ -635,6 +635,9 @@ button.carousel-dot[disabled].active { margin: 4px; align-self: center; } +.tag .icon { + vertical-align: middle; +} /* MENU POPUP */ diff --git a/src/components/account.jsx b/src/components/account.jsx index 6750eea4..cd36f994 100644 --- a/src/components/account.jsx +++ b/src/components/account.jsx @@ -129,6 +129,13 @@ function Account({ account }) {
+ {bot && ( + <> + + Automated + + + )}