We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e867fd9 commit 2cbc4ffCopy full SHA for 2cbc4ff
src/shared/components/TopcoderHeader/Auth/index.jsx
@@ -17,13 +17,15 @@ export default function Auth({ column }) {
17
styleName="auth"
18
>
19
<a
20
+ role="button"
21
className="tc-btn-sm tc-btn-primary"
22
href={`${config.URL.AUTH}/member/registration?utm_source=community-app-main`}
23
role="button"
24
25
Join
26
</a>
27
28
29
className="tc-btn-sm tc-btn-default"
30
href={`${config.URL.AUTH}/member?utm_source=community-app-main`}
31
onClick={(event) => {
0 commit comments