diff --git a/web/components/user-link.tsx b/web/components/user-link.tsx
index 4b05ccd0..c3a273fc 100644
--- a/web/components/user-link.tsx
+++ b/web/components/user-link.tsx
@@ -34,6 +34,17 @@ export function UserLink(props: {
)}
>
{shortName}
+ {BOT_USERNAMES.includes(username) && }
)
}
+
+const BOT_USERNAMES = ['v']
+
+function BotBadge() {
+ return (
+
+ Bot
+
+ )
+}