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 1a61da3 commit 160007aCopy full SHA for 160007a
docs/index.js
@@ -111,7 +111,7 @@ function populate() {
111
const levelHead = levelSection.querySelector('h2');
112
113
for (const plan of plans) {
114
- levelHead.textContent = `${plan.title}: ${getLevelText(level)}`;
+ levelHead.textContent = `${plan.title}: Level ${level.charAt(1)}`;
115
const planSect = document.querySelector('#course-plan').content.cloneNode(true).firstElementChild;
116
levelSection.append(planSect);
117
planSect.dataset.course = plan.code;
0 commit comments