Skip to content

Commit

Permalink
Merge pull request #144 from topcoder-platform/develop
Browse files Browse the repository at this point in the history
qa community updates
  • Loading branch information
ajefts authored Aug 7, 2017
2 parents 5f8432f + 2342ed9 commit f443b2e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v6.10.2
v8.2.1
14 changes: 5 additions & 9 deletions src/server/tc-communities/qa/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,16 @@
"tags": ["qa"]
},
"communityId": "qa",
"communityName": "QA",
"communityName": "QAAS",
"communitySelector": [{
"label": "QA",
"label": "QAAS Community",
"value": "1"
}, {
"label": "Cognitive Community",
"redirect": "http://cognitive.topcoder.com/",
"label": "Topcoder Public Community",
"redirect": "https://www.topcoder.com",
"value": "2"
}, {
"label": "iOS Community",
"redirect": "https://ios.topcoder.com/",
"value": "3"
}],
"groupId": "20000001",
"groupId": "20000004",
"logos": [{
"img": "/themes/qa/logo_topcoder_with_name.svg",
"url": "https://www.topcoder.com"
Expand Down
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="Topcoder Product Development Community"
text="This is the place where Topcoder members can come to focus on work that involves building out the Topcoder Platform."
title="Topcoder QA Community"
text="This is the place where Topcoder members can come to focus on work that involves QA."
link={{
title: 'Compete Now',
url: 'challenges',
Expand Down

0 comments on commit f443b2e

Please sign in to comment.