Skip to content

Commit 37cd476

Browse files
committed
changes for MSFT-16
1 parent 84a0ae5 commit 37cd476

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/TopcoderHeader

1 file changed

+1
-1
lines changed

src/shared/components/TopcoderHeader/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ export default class TopcoderHeader extends React.Component {
348348
}}
349349
>
350350
<div styleName="main-desktop-header">
351-
<a href={BASE_URL} styleName="logo">
351+
<a href={BASE_URL} styleName="logo" aria-label="Topcoder Homepage">
352352
<LogoTopcoderWithName height={53} width={135} />
353353
</a>
354354
<ul styleName="main-menu" ref={(ul) => { this.mainMenu = ul; }}>

0 commit comments

Comments
 (0)