From 461975164700fd0e7ab141ece5ba837659cefb46 Mon Sep 17 00:00:00 2001 From: Sumit Kumar Date: Wed, 3 Jun 2026 23:16:06 +0530 Subject: [PATCH] fix(a11y): add aria-label to copy button in hero-code.tsx The copy button only had icon children with no accessible name. Screen readers announced it as "button" with no context. Fixes #463 Co-Authored-By: Claude Sonnet 4.6 --- modules/home/hero-code.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/hero-code.tsx b/modules/home/hero-code.tsx index d5d1bcd1..007b2ba0 100644 --- a/modules/home/hero-code.tsx +++ b/modules/home/hero-code.tsx @@ -59,6 +59,7 @@ export function HeroCodeDemo() {