File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
__tests__/shared/components
tc-communities/__snapshots__ Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ exports[`Snapshot match 1`] = `
66>
77 <a
88 className = " tc-btn-sm tc-btn-primary"
9- href = " https ://accounts-test.topcoder-dev.com/member/registration"
9+ href = " http ://accounts-test.topcoder-dev.com/member/registration"
1010 >
1111 Join
1212 </a >
1313 <a
1414 className = " tc-btn-sm tc-btn-default"
15- href = " https ://accounts-test.topcoder-dev.com/member"
15+ href = " http ://accounts-test.topcoder-dev.com/member"
1616 >
1717 Log In
1818 </a >
@@ -25,13 +25,13 @@ exports[`Snapshot match 2`] = `
2525>
2626 <a
2727 className = " tc-btn-sm tc-btn-primary"
28- href = " https ://accounts-test.topcoder-dev.com/member/registration"
28+ href = " http ://accounts-test.topcoder-dev.com/member/registration"
2929 >
3030 Join
3131 </a >
3232 <a
3333 className = " tc-btn-sm tc-btn-default"
34- href = " https ://accounts-test.topcoder-dev.com/member"
34+ href = " http ://accounts-test.topcoder-dev.com/member"
3535 >
3636 Log In
3737 </a >
Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ exports[`Default render 1`] = `
4949 >
5050 <a
5151 className = " tc-btn-sm tc-btn-primary"
52- href = " https ://accounts-test.topcoder-dev.com/member/registration"
52+ href = " http ://accounts-test.topcoder-dev.com/member/registration"
5353 >
5454 Join
5555 </a >
5656 <a
5757 className = " tc-btn-sm tc-btn-default"
58- href = " https ://accounts-test.topcoder-dev.com/member"
58+ href = " http ://accounts-test.topcoder-dev.com/member"
5959 >
6060 Log In
6161 </a >
@@ -232,13 +232,13 @@ exports[`Render with open menu 1`] = `
232232 >
233233 <a
234234 className = " tc-btn-sm tc-btn-primary"
235- href = " https ://accounts-test.topcoder-dev.com/member/registration"
235+ href = " http ://accounts-test.topcoder-dev.com/member/registration"
236236 >
237237 Join
238238 </a >
239239 <a
240240 className = " tc-btn-sm tc-btn-default"
241- href = " https ://accounts-test.topcoder-dev.com/member"
241+ href = " http ://accounts-test.topcoder-dev.com/member"
242242 >
243243 Log In
244244 </a >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ exports[`Matches shallow shapshot 1`] = `
1515 >
1616 <a
1717 className = " tc-btn-md tc-btn-primary"
18- href = " https ://accounts-test.topcoder-dev.com/member?retUrl=null%2F"
18+ href = " http ://accounts-test.topcoder-dev.com/member?retUrl=null%2F"
1919 >
2020 Log In Here
2121 </a >
Original file line number Diff line number Diff line change 4343 * platform. */
4444 "URL" : {
4545 "ARENA" : " https://arena.topcoder-dev.com" ,
46- "AUTH" : " https ://accounts-test.topcoder-dev.com" ,
46+ "AUTH" : " http ://accounts-test.topcoder-dev.com" ,
4747 "BASE" : " https://www.topcoder-dev.com" ,
4848 "COMMUNITY" : " https://community.topcoder-dev.com" ,
4949 "FORUMS" : " https://apps.topcoder-dev.com/forums" ,
You can’t perform that action at this time.
0 commit comments