Skip to content

Commit

Permalink
ADA-1499 - Change default logo label
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinStoicaK committed Jul 31, 2024
1 parent f875ffc commit ccbd28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/logo/logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class Logo extends Component<any, any> {
onClick={this._handleOnClick}
className={style.controlButton}
href={this.state.urlLink}
aria-label={props.config.text ? props.config.text : "Logo"}
aria-label={props.config.text || props.logoText}
target="_blank"
rel="noopener noreferrer"
tabIndex={0}
Expand Down

0 comments on commit ccbd28f

Please sign in to comment.