Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ exports[`Snapshot match 1`] = `
}
}
mapThemrProps={[Function]}
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."
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."
theme={Object {}}
title="Wipro Crowd"
title="ACME Crowd"
/>
<Connect(GroupStatsContainer) />
<Connect(JoinCommunity) />
Expand Down
3 changes: 2 additions & 1 deletion src/server/tc-communities/demo-expert/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"url": "leaderboard"
}
],
"leaderboardApiUrl": "https://api.topcoder.com/v4/looks/0/run/json/"
"leaderboardApiUrl": "https://api.topcoder.com/v4/looks/458/run/json/",
"newsFeed": "http://www.topcoder.com/feed"
}
3 changes: 2 additions & 1 deletion src/server/tc-communities/tc-prod-dev/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"url": "leaderboard"
}
],
"leaderboardApiUrl": "https://api.topcoder.com/v4/looks/458/run/json/"
"leaderboardApiUrl": "https://api.topcoder.com/v4/looks/458/run/json/",
"newsFeed": "http://www.topcoder.com/feed"
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export default function Home(props) {
return (
<main>
<Banner
title="Wipro Crowd"
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."
title="ACME Crowd"
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."
link={{
title: 'Compete Now',
url: 'challenges',
Expand Down