From 24c9f52b49676e5b9e9494eb625706d42fba9295 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 26 Mar 2026 22:51:51 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20agent=20mode=20icon=20=E2=80=94=20?= =?UTF-8?q?=F0=9F=A5=B8=20in=20dropdown,=20=E2=9A=A1=20on=20Run=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- cortex/static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cortex/static/app.js b/cortex/static/app.js index 3428b37..3d3af78 100644 --- a/cortex/static/app.js +++ b/cortex/static/app.js @@ -72,7 +72,7 @@ chat: { icon: '💬', label: 'Chat' }, note: { icon: '📝', label: 'Note' }, otr: { icon: '🔒', label: 'OTR' }, - agent: { icon: '⚡', label: 'Agent' }, + agent: { icon: '🥸', label: 'Agent' }, }; const send_labels = { chat: '↑ Send', note: '📝 Note', otr: '↑ Send', agent: '⚡ Run' };