We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda41e2 commit 14df18aCopy full SHA for 14df18a
client/src/components/layouts/tc-integration.tsx
@@ -144,7 +144,7 @@ class TcIntegrationLayout extends Component<TcIntegrationLayoutProps> {
144
// provider.
145
146
// set the pathname for the 2 flavors of lesson URL
147
- const platformPathPrefix = 'learn/freecodecamp';
+ const platformPathPrefix = 'learn/freeCodeCamp';
148
const learnPrefix = '/learn/';
149
let updateHost = false;
150
if (url.host === `learn.${fccHost}`) {
0 commit comments