Skip to content

Commit 82b97c9

Browse files
authored
Merge pull request #65 from topcoder-platform/TCA-354_fcc-provider-name-fix
TCA-354 - fix handler for external urls when url is fcc lesson
2 parents fda41e2 + 14df18a commit 82b97c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/layouts/tc-integration.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class TcIntegrationLayout extends Component<TcIntegrationLayoutProps> {
144144
// provider.
145145

146146
// set the pathname for the 2 flavors of lesson URL
147-
const platformPathPrefix = 'learn/freecodecamp';
147+
const platformPathPrefix = 'learn/freeCodeCamp';
148148
const learnPrefix = '/learn/';
149149
let updateHost = false;
150150
if (url.host === `learn.${fccHost}`) {

0 commit comments

Comments
 (0)