Skip to content

Commit

Permalink
[A11y] Fix 'Vision data explorer' text present under 'analyse_ model'…
Browse files Browse the repository at this point in the history
… page is not defined as heading programmatically. (#2578)

* fix a11y

* fix a11y
  • Loading branch information
tongyu-microsoft authored Aug 7, 2024
1 parent 3093ac0 commit 87e2b85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export class TabsView extends React.PureComponent<
this.props.dataset.class_names && (
<>
<div className={classNames.sectionHeader}>
<Text variant={"xxLarge"}>
<Text as="h3" variant={"xxLarge"}>
{localization.ModelAssessment.ComponentNames.VisionTab}
</Text>
</div>
Expand Down

0 comments on commit 87e2b85

Please sign in to comment.