From ca858c08fb08d936e595f83d65dff6fa0c416608 Mon Sep 17 00:00:00 2001 From: Laurent Nguyen Date: Fri, 5 Dec 2025 17:39:18 +0100 Subject: [PATCH] Enhance accessibility by including description in aria-label for button component in Fabric Home (#2272) Co-authored-by: Laurent Nguyen --- src/Explorer/SplashScreen/FabricHome.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/SplashScreen/FabricHome.tsx b/src/Explorer/SplashScreen/FabricHome.tsx index 4df0e8ae4..e7854631a 100644 --- a/src/Explorer/SplashScreen/FabricHome.tsx +++ b/src/Explorer/SplashScreen/FabricHome.tsx @@ -142,7 +142,7 @@ const FabricHomeScreenButton: React.FC
{icon}
-
+
{title}
{description}