role has been changed to heading (#1453)
* arialabel has been added to close button of invitational youtube video * heading role has been addedd and tag has been changed to h1 * Update QuickstartCarousel.tsx * Update QuickstartCarousel.tsx * Update SplashScreen.tsx
This commit is contained in:
parent
655b998b84
commit
8ea8f0230f
|
@ -246,8 +246,9 @@ export class SplashScreen extends React.Component<SplashScreenProps> {
|
|||
<form className="connectExplorerFormContainer">
|
||||
<div className="splashScreenContainer">
|
||||
<div className="splashScreen">
|
||||
<div
|
||||
<h1
|
||||
className="title"
|
||||
role="heading"
|
||||
aria-label={
|
||||
userContext.apiType === "Postgres"
|
||||
? "Welcome to Azure Cosmos DB for PostgreSQL"
|
||||
|
@ -258,7 +259,7 @@ export class SplashScreen extends React.Component<SplashScreenProps> {
|
|||
? "Welcome to Azure Cosmos DB for PostgreSQL"
|
||||
: "Welcome to Azure Cosmos DB"}
|
||||
<FeaturePanelLauncher />
|
||||
</div>
|
||||
</h1>
|
||||
<div className="subtitle">
|
||||
{userContext.apiType === "Postgres"
|
||||
? "Get started with our sample datasets, documentation, and additional tools."
|
||||
|
|
Loading…
Reference in New Issue