Skip to content

Commit 191a6b3

Browse files
committed
config and content update
1 parent 090e004 commit 191a6b3

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

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)