diff --git a/client/src/components/layouts/tc-integration.tsx b/client/src/components/layouts/tc-integration.tsx index 136cd7f7acd1a3..6b5d61eca74c67 100755 --- a/client/src/components/layouts/tc-integration.tsx +++ b/client/src/components/layouts/tc-integration.tsx @@ -144,7 +144,7 @@ class TcIntegrationLayout extends Component { // provider. // set the pathname for the 2 flavors of lesson URL - const platformPathPrefix = 'learn/freecodecamp'; + const platformPathPrefix = 'learn/freeCodeCamp'; const learnPrefix = '/learn/'; let updateHost = false; if (url.host === `learn.${fccHost}`) {