From ed3bad0c2f75ef280c2e6721b8db9adf604fe19e Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Wed, 10 Apr 2024 18:17:36 -0400 Subject: [PATCH] Add aria-label to playground header buttons ghstack-source-id: 4fdf672f02144e550d50b17f396a5d6d82dab5bd Pull Request resolved: https://github.com/facebook/react-forget/pull/2839 --- compiler/apps/playground/components/Header.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/apps/playground/components/Header.tsx b/compiler/apps/playground/components/Header.tsx index 510e62e0b8..c8996a7494 100644 --- a/compiler/apps/playground/components/Header.tsx +++ b/compiler/apps/playground/components/Header.tsx @@ -58,6 +58,7 @@ export default function Header() {