diff --git a/__tests__/shared/components/TopcoderHeader/__snapshots__/Auth.jsx.snap b/__tests__/shared/components/TopcoderHeader/__snapshots__/Auth.jsx.snap index c40aa5a704..44801f1196 100644 --- a/__tests__/shared/components/TopcoderHeader/__snapshots__/Auth.jsx.snap +++ b/__tests__/shared/components/TopcoderHeader/__snapshots__/Auth.jsx.snap @@ -7,6 +7,7 @@ exports[`Snapshot match 1`] = ` Join @@ -14,6 +15,7 @@ exports[`Snapshot match 1`] = ` className="tc-btn-sm tc-btn-default" href="http://accounts.topcoder-dev.com/member?utm_source=community-app-main" onClick={[Function]} + role="button" > Log In @@ -27,6 +29,7 @@ exports[`Snapshot match 2`] = ` Join @@ -34,6 +37,7 @@ exports[`Snapshot match 2`] = ` className="tc-btn-sm tc-btn-default" href="http://accounts.topcoder-dev.com/member?utm_source=community-app-main" onClick={[Function]} + role="button" > Log In diff --git a/src/shared/components/TopcoderHeader/Auth/index.jsx b/src/shared/components/TopcoderHeader/Auth/index.jsx index 099501c9ae..f88686bddc 100644 --- a/src/shared/components/TopcoderHeader/Auth/index.jsx +++ b/src/shared/components/TopcoderHeader/Auth/index.jsx @@ -17,12 +17,14 @@ export default function Auth({ column }) { styleName="auth" > Join {