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.
2 parents fda41e2 + 14df18a commit 82b97c9Copy full SHA for 82b97c9
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