titanfall

This commit is contained in:
legop3
2026-02-27 23:39:23 -05:00
parent 99b10f7310
commit 3cf3228b6f
5 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ export function ChatIdentity({ message }) {
{displayName(message)}
</span>
{isBot ? (
<span className="rounded bg-emerald-900/60 px-1 text-[0.65rem] font-semibold uppercase tracking-wide text-emerald-200">
<span className="rounded bg-emerald-900/60 px-1 text-[0.65rem] font-semibold uppercase tracking-wide text-white">
bot
</span>
) : null}