Skip to content

Commit 2cbc4ff

Browse files
committed
Merge pull request #3160 from romitgit/MSFT-236-Issue#2893
MSFT 236 issue#2893
1 parent e867fd9 commit 2cbc4ff

File tree

1 file changed

+2
-0
lines changed
  • src/shared/components/TopcoderHeader/Auth

1 file changed

+2
-0
lines changed

src/shared/components/TopcoderHeader/Auth/index.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ export default function Auth({ column }) {
1717
styleName="auth"
1818
>
1919
<a
20+
role="button"
2021
className="tc-btn-sm tc-btn-primary"
2122
href={`${config.URL.AUTH}/member/registration?utm_source=community-app-main`}
2223
role="button"
2324
>
2425
Join
2526
</a>
2627
<a
28+
role="button"
2729
className="tc-btn-sm tc-btn-default"
2830
href={`${config.URL.AUTH}/member?utm_source=community-app-main`}
2931
onClick={(event) => {

0 commit comments

Comments
 (0)