Rename Grow Coach bot to drjonesbot

This commit is contained in:
drjones
2026-06-13 21:01:39 -07:00
parent 1302aae31c
commit 031139c1aa
2 changed files with 28 additions and 30 deletions

View File

@@ -204,7 +204,7 @@ export function StatusPanel() {
onClick={requirePremiumCoach}
className="text-[9px] font-bold uppercase tracking-wider text-sky-400 hover:text-sky-300 bg-sky-950/50 hover:bg-sky-900/50 px-1.5 py-0.5 rounded border border-sky-900/50 transition-colors"
>
Grow Coach 🤖
drjonesbot 🤖
</button>
</div>
{roomMetrics.length === 0 ? (
@@ -346,7 +346,7 @@ function GrowCoachModal({ metrics, onClose }: { metrics: any[]; onClose: () => v
<div className="w-full max-w-md overflow-hidden rounded-xl border border-sky-900 bg-zinc-950 shadow-2xl">
<div className="border-b border-zinc-800 bg-zinc-900 px-6 py-4 flex justify-between items-center">
<h2 className="text-lg font-bold text-sky-400 flex items-center gap-2">
🤖 AI Grow Coach
🤖 drjonesbot
</h2>
<button onClick={onClose} className="text-zinc-500 hover:text-zinc-300"></button>
</div>