Skip to content

Commit caf0a5c

Browse files
authored
Merge pull request #83 from topcoder-platform/develop
Small config and content updates
2 parents a5ac06c + f633d1b commit caf0a5c

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

__tests__/shared/components/tc-communities/communities/demo-expert/__snapshots__/Home.jsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ exports[`Snapshot match 1`] = `
1212
}
1313
}
1414
mapThemrProps={[Function]}
15-
text="Wipro's Hybrid Crowd gives our vast ecosystem of customers and partners options to access new range of skills that provide new value services and efficiency options all over the world."
15+
text="ACME's Hybrid Crowd gives our vast ecosystem of customers and partners options to access new range of skills that provide new value services and efficiency options all over the world."
1616
theme={Object {}}
17-
title="Wipro Crowd"
17+
title="ACME Crowd"
1818
/>
1919
<Connect(GroupStatsContainer) />
2020
<Connect(JoinCommunity) />

src/server/tc-communities/demo-expert/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
"url": "leaderboard"
3434
}
3535
],
36-
"leaderboardApiUrl": "https://api.topcoder.com/v4/looks/0/run/json/"
36+
"leaderboardApiUrl": "https://api.topcoder.com/v4/looks/458/run/json/",
37+
"newsFeed": "http://www.topcoder.com/feed"
3738
}

src/server/tc-communities/tc-prod-dev/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
"url": "leaderboard"
3434
}
3535
],
36-
"leaderboardApiUrl": "https://api.topcoder.com/v4/looks/458/run/json/"
36+
"leaderboardApiUrl": "https://api.topcoder.com/v4/looks/458/run/json/",
37+
"newsFeed": "http://www.topcoder.com/feed"
3738
}

src/shared/components/tc-communities/communities/demo-expert/Home/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export default function Home(props) {
2828
return (
2929
<main>
3030
<Banner
31-
title="Wipro Crowd"
32-
text="Wipro's Hybrid Crowd gives our vast ecosystem of customers and partners options to access new range of skills that provide new value services and efficiency options all over the world."
31+
title="ACME Crowd"
32+
text="ACME's Hybrid Crowd gives our vast ecosystem of customers and partners options to access new range of skills that provide new value services and efficiency options all over the world."
3333
link={{
3434
title: 'Compete Now',
3535
url: 'challenges',

0 commit comments

Comments
 (0)