Skip to content

Commit bdcbd19

Browse files
authored
Merge pull request #4162 from topcoder-platform/develop
Contentful updates
2 parents 786db04 + b40d371 commit bdcbd19

File tree

24 files changed

+9793
-8808
lines changed

24 files changed

+9793
-8808
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ workflows:
181181
filters:
182182
branches:
183183
only:
184+
- nav-hot-fix
184185
- feature-contentful
185186
# This is beta env for production soft releases
186187
- "build-prod-beta":

__tests__/shared/components/Header/__snapshots__/index.jsx.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,31 +63,31 @@ exports[`Default render 1`] = `
6363
},
6464
Object {
6565
"href": "/community/taas",
66-
"title": "TaaS",
66+
"title": "Gig Work",
6767
},
6868
],
6969
"title": "Compete",
7070
},
7171
Object {
7272
"subMenu": Array [
7373
Object {
74-
"href": "/community/competitive-programming",
74+
"href": "/thrive/tracks?track=Competitive%20Programming",
7575
"title": "Competitive Programming",
7676
},
7777
Object {
78-
"href": "/community/data-science",
78+
"href": "/thrive/tracks?track=Data%20Science&tax=",
7979
"title": "Data Science",
8080
},
8181
Object {
82-
"href": "/community/design",
82+
"href": "/thrive/tracks?track=Design&tax=",
8383
"title": "Design",
8484
},
8585
Object {
86-
"href": "/community/development",
86+
"href": "/thrive/tracks?track=Development&tax=",
8787
"title": "Development",
8888
},
8989
Object {
90-
"href": "/community/qa",
90+
"href": "/thrive/tracks?track=QA&tax=",
9191
"title": "QA",
9292
},
9393
],

__tests__/shared/components/__snapshots__/TopcoderFooter.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ exports[`Matches shallow shapshot 1`] = `
3737
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
3838
>
3939
<a
40-
href="https://www.topcoder-dev.com/community/how-it-works/privacy-policy/"
40+
href="https://www.topcoder-dev.com/privacy-policy/"
4141
>
4242
PRIVACY POLICY
4343
</a>

0 commit comments

Comments
 (0)