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
+
+ >
+ )}