3
3
exports [` Default render 1` ] = `
4
4
<div >
5
5
<TopNav
6
+ loggedIn = { true }
6
7
logo = {
7
8
<Logo
8
9
height = " 20"
@@ -15,6 +16,39 @@ exports[`Default render 1`] = `
15
16
Array [
16
17
Object {
17
18
" id" : " community" ,
19
+ " secondaryMenuForGuest" : Array [
20
+ Object {
21
+ " href" : " https://www.topcoder-dev.com/about" ,
22
+ " title" : " Overview" ,
23
+ },
24
+ Object {
25
+ " href" : " https://www.topcoder-dev.com/how-it-works/faqs/" ,
26
+ " title" : " How It Works" ,
27
+ },
28
+ Object {
29
+ " href" : " /community/learn" ,
30
+ " title" : " Tracks" ,
31
+ },
32
+ Object {
33
+ " href" : " https://www.topcoder-dev.com/about/why-crowdsourcing/" ,
34
+ " title" : " Why Join" ,
35
+ },
36
+ ],
37
+ " secondaryMenuForLoggedInUser" : Array [
38
+ Object {
39
+ " href" : " /my-dashboard" ,
40
+ " title" : " Dashboard" ,
41
+ },
42
+ Object {
43
+ " href" : " /members/willFilledByUserName" ,
44
+ " id" : " myprofile" ,
45
+ " title" : " My Profile" ,
46
+ },
47
+ Object {
48
+ " href" : " https://community.topcoder-dev.com/PactsMemberServlet?module=PaymentHistory&full_list=false" ,
49
+ " title" : " Payments" ,
50
+ },
51
+ ],
18
52
" subMenu" : Array [
19
53
Object {
20
54
" subMenu" : Array [
@@ -90,6 +124,7 @@ exports[`Default render 1`] = `
90
124
}
91
125
onChangeLevel1Id = { [Function ]}
92
126
openMore = { true }
127
+ profileHandle = " huanner"
93
128
rightMenu = {
94
129
<LoginNav
95
130
accountMenu = {
@@ -98,14 +133,6 @@ exports[`Default render 1`] = `
98
133
" href" : " /settings/profile" ,
99
134
" title" : " Settings" ,
100
135
},
101
- Object {
102
- " href" : " https://community.topcoder-dev.com/PactsMemberServlet?module=PaymentHistory&full_list=false" ,
103
- " title" : " Payments" ,
104
- },
105
- Object {
106
- " link" : null ,
107
- " title" : " All projects" ,
108
- },
109
136
Object {
110
137
" separator" : true ,
111
138
},
0 commit comments