From c20a52b909823c1330ec2b1fb1de4ddfc89a0c45 Mon Sep 17 00:00:00 2001 From: Kiril Kartunov Date: Tue, 7 Jul 2020 18:20:31 +0300 Subject: [PATCH 1/2] Updates for #4611 --- src/server/tc-communities/wipro/metadata.json | 2 +- .../communities/wipro/Home/index.jsx | 40 ++++++++++--------- 2 files changed, 23 insertions(+), 19 deletions(-) diff --git a/src/server/tc-communities/wipro/metadata.json b/src/server/tc-communities/wipro/metadata.json index 451de9ff9e..fed156fca6 100644 --- a/src/server/tc-communities/wipro/metadata.json +++ b/src/server/tc-communities/wipro/metadata.json @@ -42,7 +42,7 @@ "url": "/leaderboard" }, { "title": "FAQ", - "url": "/faq" + "url": "https://topgear-app.wipro.com/faq-categories" } ], "newsFeed": "http://www.topcoder.com/feed", diff --git a/src/shared/components/tc-communities/communities/wipro/Home/index.jsx b/src/shared/components/tc-communities/communities/wipro/Home/index.jsx index a5b06f068c..9d316ff1ec 100644 --- a/src/shared/components/tc-communities/communities/wipro/Home/index.jsx +++ b/src/shared/components/tc-communities/communities/wipro/Home/index.jsx @@ -149,15 +149,23 @@ export default function Home(props) { >
From 61880ac1c2b17b65d0e83c267b1cddbf0e2df2b4 Mon Sep 17 00:00:00 2001 From: Kiril Kartunov Date: Thu, 9 Jul 2020 14:02:29 +0300 Subject: [PATCH 2/2] ci: on dev --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fbe4c60282..fb830465bb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -231,7 +231,7 @@ workflows: branches: only: - develop - - tco21 + - topgear-to-contentful # This is alternate dev env for parallel testing - "build-test": context : org-global