Skip to content

Small config and content updates #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 22, 2017
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