From ca052d09634258c6d5c84453dc28498267e69322 Mon Sep 17 00:00:00 2001 From: Narutama Aurum Date: Tue, 9 Jun 2026 09:49:45 +0800 Subject: [PATCH] fix: add missing aria-label to copy button in hero-code.tsx Addresses issue #463 - screen readers now announce 'Copy code' or 'Copied to clipboard' based on button state. --- 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() {