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 0c9eab2 commit 23ab77bCopy full SHA for 23ab77b
src/lib/guide-renderer.tsx
@@ -102,10 +102,10 @@ export class GuideRenderer {
102
topicSlug = 'beginner-level';
103
} else if (topic.toLowerCase() === 'intermediate') {
104
topicText = 'Intermediate Level';
105
- topicSlug = 'intermediate-level';
+ topicSlug = 'intermediate';
106
} else if (topic.toLowerCase() === 'advanced') {
107
topicText = 'Advanced Level';
108
- topicSlug = 'advanced-level';
+ topicSlug = 'advanced';
109
}
110
111
return {
0 commit comments