File tree 2 files changed +19
-9
lines changed
__tests__/shared/components/__snapshots__
2 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -149,18 +149,18 @@ exports[`Matches shallow shapshot 1`] = `
149
149
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
150
150
>
151
151
<a
152
- href = " https://www.topcoder-dev.com/community/member-programs/topcoder-open "
152
+ href = " https://www.topcoder-dev.com/blog "
153
153
>
154
- TCO
154
+ Blog
155
155
</a >
156
156
</li >
157
157
<li
158
158
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
159
159
>
160
160
<a
161
- href = " https://www.topcoder-dev.com/community/member-programs "
161
+ href = " https://www.topcoder-dev.com/community/events "
162
162
>
163
- Programs
163
+ Events Calendar
164
164
</a >
165
165
</li >
166
166
<li
@@ -172,6 +172,15 @@ exports[`Matches shallow shapshot 1`] = `
172
172
Forums
173
173
</a >
174
174
</li >
175
+ <li
176
+ className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
177
+ >
178
+ <a
179
+ href = " https://www.topcoder-dev.com/community/member-programs"
180
+ >
181
+ Programs
182
+ </a >
183
+ </li >
175
184
<li
176
185
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
177
186
>
@@ -185,9 +194,9 @@ exports[`Matches shallow shapshot 1`] = `
185
194
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
186
195
>
187
196
<a
188
- href = " https://www.topcoder-dev.com/blog "
197
+ href = " https://www.topcoder-dev.com/community/member-programs/topcoder-open "
189
198
>
190
- Blog
199
+ TCO
191
200
</a >
192
201
</li >
193
202
<li
Original file line number Diff line number Diff line change @@ -63,11 +63,12 @@ export default function TopcoderFooter() {
63
63
< h4 styleName = "navi-col-title" > COMMUNITY</ h4 >
64
64
< div styleName = "sep-line" />
65
65
< ul styleName = "navi-col-links" >
66
- < Link to = { `${ base } /community/member-programs/topcoder-open ` } > TCO </ Link >
67
- < Link to = { `${ base } /community/member-programs ` } > Programs </ Link >
66
+ < Link to = { `${ base } /blog ` } > Blog </ Link >
67
+ < Link to = { `${ base } /community/events ` } > Events Calendar </ Link >
68
68
< Link to = "https://apps.topcoder.com/forums" > Forums</ Link >
69
+ < Link to = { `${ base } /community/member-programs` } > Programs</ Link >
69
70
< Link to = { `${ base } /community/statistics` } > Statistics</ Link >
70
- < Link to = { `${ base } /blog ` } > Blog </ Link >
71
+ < Link to = { `${ base } /community/member-programs/topcoder-open ` } > TCO </ Link >
71
72
< Link to = { `${ base } /thrive` } > Thrive</ Link >
72
73
</ ul >
73
74
</ div >
You can’t perform that action at this time.
0 commit comments