From dabb91e9e9ecedf9471f78570b4b17d0ab02458f Mon Sep 17 00:00:00 2001 From: SATYA SB <107645008+satya07sb@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:20:59 +0530 Subject: [PATCH] [accessibility-3101316]:[Programmatic Access - Azure Cosmos DB - Data Explorer]: 'Recents', 'Top 3 things you need to know' and 'Learning Resources' text appears as a heading but is not defined programmatically under 'Data Explorer' pane. (#1845) Co-authored-by: Satyapriya Bai --- src/Explorer/SplashScreen/SplashScreen.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Explorer/SplashScreen/SplashScreen.tsx b/src/Explorer/SplashScreen/SplashScreen.tsx index 0ed9351ae..e3de8c503 100644 --- a/src/Explorer/SplashScreen/SplashScreen.tsx +++ b/src/Explorer/SplashScreen/SplashScreen.tsx @@ -355,15 +355,15 @@ export class SplashScreen extends React.Component { ) : (
-
Recents
+

Recents

{this.getRecentItems()}
-
Top 3 things you need to know
+

Top 3 things you need to know

{this.top3Items()}
-
Learning Resources
+

Learning Resources

{this.getLearningResourceItems()}