Compare commits

...

1 Commits

Author SHA1 Message Date
vaidankarswapnil
db29206c11 Fixed a11y graph expand button issue 2022-01-27 12:53:31 +05:30

View File

@@ -22,7 +22,7 @@ export class MiddlePaneComponent extends React.Component<MiddlePaneComponentProp
onClick={this.props.toggleExpandGraph}
role="button"
aria-expanded={this.props.isTabsContentExpanded}
aria-name="View graph in full screen"
aria-label="View graph in full screen"
tabIndex={0}
>
<img