File tree 5 files changed +15
-15
lines changed
__tests__/shared/components
tc-communities/__snapshots__
src/shared/components/tc-communities/communities/wipro/FAQ
5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ exports[`Snapshot match 1`] = `
6
6
>
7
7
<a
8
8
className = " tc-btn-sm tc-btn-primary"
9
- href = " http://accounts-test .topcoder-dev.com/member/registration"
9
+ href = " http://accounts.topcoder-dev.com/member/registration"
10
10
>
11
11
Join
12
12
</a >
13
13
<a
14
14
className = " tc-btn-sm tc-btn-default"
15
- href = " http://accounts-test .topcoder-dev.com/member"
15
+ href = " http://accounts.topcoder-dev.com/member"
16
16
>
17
17
Log In
18
18
</a >
@@ -25,13 +25,13 @@ exports[`Snapshot match 2`] = `
25
25
>
26
26
<a
27
27
className = " tc-btn-sm tc-btn-primary"
28
- href = " http://accounts-test .topcoder-dev.com/member/registration"
28
+ href = " http://accounts.topcoder-dev.com/member/registration"
29
29
>
30
30
Join
31
31
</a >
32
32
<a
33
33
className = " tc-btn-sm tc-btn-default"
34
- href = " http://accounts-test .topcoder-dev.com/member"
34
+ href = " http://accounts.topcoder-dev.com/member"
35
35
>
36
36
Log In
37
37
</a >
Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ exports[`Default render 1`] = `
49
49
>
50
50
<a
51
51
className = " tc-btn-sm tc-btn-primary"
52
- href = " http://accounts-test .topcoder-dev.com/member/registration"
52
+ href = " http://accounts.topcoder-dev.com/member/registration"
53
53
>
54
54
Join
55
55
</a >
56
56
<a
57
57
className = " tc-btn-sm tc-btn-default"
58
- href = " http://accounts-test .topcoder-dev.com/member"
58
+ href = " http://accounts.topcoder-dev.com/member"
59
59
>
60
60
Log In
61
61
</a >
@@ -232,13 +232,13 @@ exports[`Render with open menu 1`] = `
232
232
>
233
233
<a
234
234
className = " tc-btn-sm tc-btn-primary"
235
- href = " http://accounts-test .topcoder-dev.com/member/registration"
235
+ href = " http://accounts.topcoder-dev.com/member/registration"
236
236
>
237
237
Join
238
238
</a >
239
239
<a
240
240
className = " tc-btn-sm tc-btn-default"
241
- href = " http://accounts-test .topcoder-dev.com/member"
241
+ href = " http://accounts.topcoder-dev.com/member"
242
242
>
243
243
Log In
244
244
</a >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ exports[`Matches shallow shapshot 1`] = `
15
15
>
16
16
<a
17
17
className = " tc-btn-md tc-btn-primary"
18
- href = " http://accounts-test .topcoder-dev.com/member?retUrl=null%2F"
18
+ href = " http://accounts.topcoder-dev.com/member?retUrl=null%2F"
19
19
>
20
20
Log In Here
21
21
</a >
Original file line number Diff line number Diff line change 57
57
"ACCOUNTS_APP_CONNECTOR" : " https://accounts.topcoder-dev.com/connector.html" ,
58
58
59
59
"ARENA" : " https://arena.topcoder-dev.com" ,
60
- "AUTH" : " http://accounts-test .topcoder-dev.com" ,
60
+ "AUTH" : " http://accounts.topcoder-dev.com" ,
61
61
"BASE" : " https://www.topcoder-dev.com" ,
62
62
"BLOG" : " https://www.topcoder-dev.com/feed" ,
63
63
"COGNITIVE" : " https://cognitive.topcoder.com" ,
Original file line number Diff line number Diff line change @@ -77,23 +77,23 @@ export default function Learn() {
77
77
>
78
78
< VideoCard
79
79
title = "Introduction"
80
- url = "https://drive.google.com/uc?id=0B3y3SEA9cIEkWmZVb2pCcFB4emM "
80
+ url = "https://drive.google.com/uc?id=0B3y3SEA9cIEkUk9CNXdkdExpT0k "
81
81
/>
82
82
< VideoCard
83
83
title = "Registration"
84
- url = "https://drive.google.com/uc?id=0B3y3SEA9cIEkNExxVlhnQ0ZNT2c "
84
+ url = "https://drive.google.com/uc?id=0B3y3SEA9cIEkVVVNaW4xMjh6UVk "
85
85
/>
86
86
< VideoCard
87
87
title = "Challenge Navigation"
88
- url = "https://drive.google.com/uc?id=0B3y3SEA9cIEkcjNvUnV1ajN2clE "
88
+ url = "https://drive.google.com/uc?id=0B3y3SEA9cIEkNF9SNDM3Nnhldjg "
89
89
/>
90
90
< VideoCard
91
91
title = "Joining a Challenge"
92
- url = "https://drive.google.com/uc?id=0B3y3SEA9cIEkYzA1U0RhN2Rscnc "
92
+ url = "https://drive.google.com/uc?id=0B3y3SEA9cIEkd1NzQWctNnQzOFU "
93
93
/>
94
94
< VideoCard
95
95
title = "Submission"
96
- url = "https://drive.google.com/uc?id=0B3y3SEA9cIEkdm9maXpZQ3FGa00 "
96
+ url = "https://drive.google.com/uc?id=0B3y3SEA9cIEkMkdFYjF6NV9WM1E "
97
97
/>
98
98
</ Section >
99
99
</ main >
You can’t perform that action at this time.
0 commit comments