diff --git a/src/app.js b/src/app.js index 0014d40..e069860 100644 --- a/src/app.js +++ b/src/app.js @@ -2347,7 +2347,7 @@ function renderFooterLessonLinks() { * Update progress indicators on landing page */ function updateLandingProgress() { - ["css", "html", "tailwind", "markdown"].forEach((sectionId) => { + ["css", "html", "markdown"].forEach((sectionId) => { // tailwind temporarily disabled const progressEl = document.getElementById(`${sectionId}-progress`); if (progressEl) { const sectionModules = getModulesBySection(lessonEngine.modules, sectionId); diff --git a/src/helpers/router.js b/src/helpers/router.js index c6baece..d297791 100644 --- a/src/helpers/router.js +++ b/src/helpers/router.js @@ -27,7 +27,7 @@ export const RouteType = { /** * Valid section IDs */ -const SECTIONS = ["css", "html", "tailwind", "markdown"]; +const SECTIONS = ["css", "html", "markdown"]; // tailwind temporarily disabled /** * Valid language codes for URL-based switching diff --git a/src/index.html b/src/index.html index 42d8721..d159357 100644 --- a/src/index.html +++ b/src/index.html @@ -74,7 +74,7 @@ @@ -163,12 +163,14 @@

Semantic markup and native elements

+
MD

Markdown

@@ -474,7 +476,7 @@