File tree 2 files changed +6
-0
lines changed 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,15 @@ exports[`Snapshot match 1`] = `
7
7
<a
8
8
className = " tc-btn-sm tc-btn-primary"
9
9
href = " http://accounts.topcoder-dev.com/member/registration?utm_source=community-app-main"
10
+ role = " button"
10
11
>
11
12
Join
12
13
</a >
13
14
<a
14
15
className = " tc-btn-sm tc-btn-default"
15
16
href = " http://accounts.topcoder-dev.com/member?utm_source=community-app-main"
16
17
onClick = { [Function ]}
18
+ role = " button"
17
19
>
18
20
Log In
19
21
</a >
@@ -27,13 +29,15 @@ exports[`Snapshot match 2`] = `
27
29
<a
28
30
className = " tc-btn-sm tc-btn-primary"
29
31
href = " http://accounts.topcoder-dev.com/member/registration?utm_source=community-app-main"
32
+ role = " button"
30
33
>
31
34
Join
32
35
</a >
33
36
<a
34
37
className = " tc-btn-sm tc-btn-default"
35
38
href = " http://accounts.topcoder-dev.com/member?utm_source=community-app-main"
36
39
onClick = { [Function ]}
40
+ role = " button"
37
41
>
38
42
Log In
39
43
</a >
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export default function Auth({ column }) {
19
19
< a
20
20
className = "tc-btn-sm tc-btn-primary"
21
21
href = { `${ config . URL . AUTH } /member/registration?utm_source=community-app-main` }
22
+ role = "button"
22
23
>
23
24
Join
24
25
</ a >
30
31
window . location = `${ config . URL . AUTH } /member?retUrl=${ retUrl } &utm_source=community-app-main` ;
31
32
event . preventDefault ( ) ;
32
33
} }
34
+ role = "button"
33
35
>
34
36
Log In
35
37
</ a >
You can’t perform that action at this time.
0 commit comments