From 200b0f233378f8450fc3078c6200d56cc720f2ea Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Wed, 10 Apr 2024 18:17:37 -0400 Subject: [PATCH] Add aria-label to playground tabs ghstack-source-id: 1c23bbbb55c1582a03674897b57c5061b895be83 Pull Request resolved: https://github.com/facebook/react-forget/pull/2841 --- compiler/apps/playground/components/TabbedWindow.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compiler/apps/playground/components/TabbedWindow.tsx b/compiler/apps/playground/components/TabbedWindow.tsx index 2e141cf286..ebb9653416 100644 --- a/compiler/apps/playground/components/TabbedWindow.tsx +++ b/compiler/apps/playground/components/TabbedWindow.tsx @@ -70,6 +70,8 @@ function TabbedWindowItem({ {isShow ? (

@@ -80,6 +82,8 @@ function TabbedWindowItem({ ) : (