File tree 2 files changed +8
-8
lines changed
__tests__/shared/components/__snapshots__
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ exports[`Matches shallow shapshot 1`] = `
106
106
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
107
107
>
108
108
<a
109
- href = " https://www.topcoder-dev.com/thrive/tracks?track=Data%20Science"
109
+ href = " https://www.topcoder-dev.com/thrive/tracks?track=Data%20Science& tax= "
110
110
>
111
111
Data Science
112
112
</a >
@@ -115,7 +115,7 @@ exports[`Matches shallow shapshot 1`] = `
115
115
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
116
116
>
117
117
<a
118
- href = " https://www.topcoder-dev.com/thrive/tracks?track=Design"
118
+ href = " https://www.topcoder-dev.com/thrive/tracks?track=Design& tax= "
119
119
>
120
120
Design
121
121
</a >
@@ -124,7 +124,7 @@ exports[`Matches shallow shapshot 1`] = `
124
124
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
125
125
>
126
126
<a
127
- href = " https://www.topcoder-dev.com/thrive/tracks?track=Development"
127
+ href = " https://www.topcoder-dev.com/thrive/tracks?track=Development& tax= "
128
128
>
129
129
Development
130
130
</a >
@@ -133,7 +133,7 @@ exports[`Matches shallow shapshot 1`] = `
133
133
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
134
134
>
135
135
<a
136
- href = " https://www.topcoder-dev.com/thrive/tracks?track=QA"
136
+ href = " https://www.topcoder-dev.com/thrive/tracks?track=QA& tax= "
137
137
>
138
138
QA
139
139
</a >
Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ export default function TopcoderFooter() {
54
54
< div styleName = "sep-line" />
55
55
< ul styleName = "navi-col-links" >
56
56
< Link to = { `${ base } /thrive/tracks?track=Competitive%20Programming` } > Competitive Programming</ Link >
57
- < Link to = { `${ base } /thrive/tracks?track=Data%20Science` } > Data Science</ Link >
58
- < Link to = { `${ base } /thrive/tracks?track=Design` } > Design</ Link >
59
- < Link to = { `${ base } /thrive/tracks?track=Development` } > Development</ Link >
60
- < Link to = { `${ base } /thrive/tracks?track=QA` } > QA</ Link >
57
+ < Link to = { `${ base } /thrive/tracks?track=Data%20Science&tax= ` } > Data Science</ Link >
58
+ < Link to = { `${ base } /thrive/tracks?track=Design&tax= ` } > Design</ Link >
59
+ < Link to = { `${ base } /thrive/tracks?track=Development&tax= ` } > Development</ Link >
60
+ < Link to = { `${ base } /thrive/tracks?track=QA&tax= ` } > QA</ Link >
61
61
</ ul >
62
62
</ div >
63
63
< div styleName = "navi-col" >
You can’t perform that action at this time.
0 commit comments