A11y bug bash

This commit is contained in:
Jack Kingsman
2026-03-05 10:24:22 -08:00
parent c7bd4dd3fc
commit 01a5dc8d93
22 changed files with 114 additions and 52 deletions
@@ -25,6 +25,7 @@ export function BotCodeEditor({ value, onChange, id, height = '256px' }: BotCode
}}
className="text-sm"
id={id}
aria-label="Bot code editor"
/>
</div>
);